]> git.karo-electronics.de Git - mv-sheeva.git/commit
x86: coding style fixes to arch/x86/math-emu/reg_constant
authorPaolo Ciarrocchi <paolo.ciarrocchi@gmail.com>
Sat, 14 Jun 2008 18:44:52 +0000 (20:44 +0200)
committerIngo Molnar <mingo@elte.hu>
Wed, 18 Jun 2008 13:00:13 +0000 (15:00 +0200)
commitf016e15c11ba8945ff8e1945445648722d6fadfb
tree1bb33e5d21f9afa2bd758fe6ce8ff8875b28ed3b
parent5175676a2d012ca5e5ad5eaedbfc1da5d5660d2a
x86: coding style fixes to arch/x86/math-emu/reg_constant

Before:
total: 6 errors, 1 warnings, 117 lines checked

After:
total: 0 errors, 1 warnings, 117 lines checked

paolo@paolo-desktop:~/linux.trees.git$ md5sum /tmp/reg_constant.o.*
780388a3056d58fb759efaf190d5d3d1  /tmp/reg_constant.o.after
780388a3056d58fb759efaf190d5d3d1  /tmp/reg_constant.o.before

paolo@paolo-desktop:~/linux.trees.git$ size /tmp/reg_constant.o.*
   text    data     bss     dec     hex filename
    457       0       0     457     1c9 /tmp/reg_constant.o.after
    457       0       0     457     1c9 /tmp/reg_constant.o.before

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