projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0fb9029
)
x86: coding style fixes to arch/x86/kernel/msr.c
author
Paolo Ciarrocchi
<
[email protected]
>
Fri, 22 Feb 2008 22:11:52 +0000
(23:11 +0100)
committer
Ingo Molnar
<
[email protected]
>
Thu, 17 Apr 2008 15:40:50 +0000
(17:40 +0200)
Before:
total: 2 errors, 0 warnings, 231 lines checked
After:
total: 0 errors, 0 warnings, 231 lines checked
No code changed:
arch/x86/kernel/msr.o:
text data bss dec hex filename
1199 12 4 1215 4bf msr.o.before
1199 12 4 1215 4bf msr.o.after
md5:
604be0d07d829bc52a9346babd084bdc
msr.o.before.asm
604be0d07d829bc52a9346babd084bdc
msr.o.after.asm
Signed-off-by: Paolo Ciarrocchi <
[email protected]
>
Signed-off-by: Ingo Molnar <
[email protected]
>
arch/x86/kernel/msr.c
patch
|
blob
|
history
diff --git
a/arch/x86/kernel/msr.c
b/arch/x86/kernel/msr.c
index af51ea8400b2de88509efab5ad3df145f2ccab08..4dfb4053005714bb222f19d821856ccb19cadd7a 100644
(file)
--- 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];