x86: coding style fixes to arch/x86/lib/usercopy_32.c
authorPaolo Ciarrocchi <paolo.ciarrocchi@gmail.com>
Fri, 29 Feb 2008 11:50:56 +0000 (12:50 +0100)
committerIngo Molnar <mingo@elte.hu>
Thu, 17 Apr 2008 15:40:51 +0000 (17:40 +0200)
commit3f50dbc1aec96c4d66ffa1c564014f9f43fb9e11
tree07b5bfa4d9a6a0b5f6b3220a9f6eaf3914005199
parentbdd3cee2e4b7279457139058615ced6c2b41e7de
x86: coding style fixes to arch/x86/lib/usercopy_32.c

Before:
 total: 63 errors, 2 warnings, 878 lines checked
After:
 total: 0 errors, 2 warnings, 878 lines checked

Compile tested, no change in the binary output:

text    data     bss     dec     hex filename
3231       0       0    3231     c9f usercopy_32.o.after
3231       0       0    3231     c9f usercopy_32.o.before

md5sum:
9f9a3eb43970359ae7cecfd1c9e7cf42  usercopy_32.o.after
9f9a3eb43970359ae7cecfd1c9e7cf42  usercopy_32.o.before

Signed-off-by: Paolo Ciarrocchi <paolo.ciarrocchi@gmail.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/lib/usercopy_32.c