]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
x86: coding style fixes to arch/x86/kernel/sys_i386_32.c
authorPaolo Ciarrocchi <paolo.ciarrocchi@gmail.com>
Sat, 7 Jun 2008 12:34:42 +0000 (14:34 +0200)
committerIngo Molnar <mingo@elte.hu>
Tue, 10 Jun 2008 10:34:54 +0000 (12:34 +0200)
commit5b80fe8bd732b5dd442118a43e02db22e8fd93e2
treee3debb41e95869f8a393ac0d428a7d56cba5e06d
parent7058b06188232381c13ff05a3caf458bb892b834
x86: coding style fixes to arch/x86/kernel/sys_i386_32.c

Before:
total: 16 errors, 25 warnings, 246 lines checked

After:
total: 0 errors, 7 warnings, 246 lines checked

Compile tested.

paolo@paolo-desktop:/tmp$ size sys*
   text    data     bss     dec     hex filename
   1209       0       0    1209     4b9 sys_i386_32.o.after
   1209       0       0    1209     4b9 sys_i386_32.o.before

paolo@paolo-desktop:/tmp$ md5sum sys*
6144f6d6ce7342c3e192681a1ccaa1c1  sys_i386_32.o.after
6144f6d6ce7342c3e192681a1ccaa1c1  sys_i386_32.o.before

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