LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
* [PATCH 19/20] x86: Coding Style fixes to arch/x86/kernel/msr.c
@ 2008-02-22 22:11 Paolo Ciarrocchi
0 siblings, 0 replies; only message in thread
From: Paolo Ciarrocchi @ 2008-02-22 22:11 UTC (permalink / raw)
To: hpa, Ingo Molnar, tglx; +Cc: Linux Kernel
File is now error and warning free.
Compile tested.
Signed-off-by: Paolo Ciarrocchi <paolo.ciarrocchi@gmail.com>
---
arch/x86/kernel/msr.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/x86/kernel/msr.c b/arch/x86/kernel/msr.c
index af51ea8..4dfb405 100644
--- a/arch/x86/kernel/msr.c
+++ b/arch/x86/kernel/msr.c
@@ -65,8 +65,8 @@ static loff_t msr_seek(struct file *file, loff_t offset, int orig)
return ret;
}
-static ssize_t msr_read(struct file *file, char __user * buf,
- size_t count, loff_t * ppos)
+static ssize_t msr_read(struct file *file, char __user *buf,
+ size_t count, loff_t *ppos)
{
u32 __user *tmp = (u32 __user *) buf;
u32 data[2];
--
1.5.4.GIT
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2008-02-22 22:21 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-02-22 22:11 [PATCH 19/20] x86: Coding Style fixes to arch/x86/kernel/msr.c Paolo Ciarrocchi
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).