x86: Coding style fixes to arch/x86/oprofile/op_model_p4.c
authorPaolo Ciarrocchi <paolo.ciarrocchi@gmail.com>
Mon, 18 Aug 2008 19:25:38 +0000 (21:25 +0200)
committerIngo Molnar <mingo@elte.hu>
Tue, 19 Aug 2008 01:33:51 +0000 (03:33 +0200)
commit20211e4d344729f4d4c93da37a590fc1c3a1fd9b
treef073579fa7a513eb05c3e07b37981541dd165a7c
parenta7f5aaf36ded825477c4d7167cc6eb1bcdc63191
x86: Coding style fixes to arch/x86/oprofile/op_model_p4.c

A coding style patch to arch/x86/oprofile/op_model_p4.c that
removes 87 errors and 4 warnings.

Before:
total: 89 errors, 13 warnings, 722 lines checked

After:
total: 2 errors, 9 warnings, 721 lines checked

Compile tested, binary verified as follow:

paolo@paolo-desktop:~/linux.trees.git$ size /tmp/op_model_p4.o.*
   text    data     bss     dec     hex filename
   2691     968      32    3691     e6b /tmp/op_model_p4.o.after
   2691     968      32    3691     e6b /tmp/op_model_p4.o.before

paolo@paolo-desktop:~/linux.trees.git$ md5sum /tmp/op_model_p4.o.*
8c1c9823bab33333e1f7f76574e62561  /tmp/op_model_p4.o.after
8c1c9823bab33333e1f7f76574e62561  /tmp/op_model_p4.o.before

Signed-off-by: Paolo Ciarrocchi <paolo.ciarrocchi@gmail.com>
Cc: robert.richter@amd.com
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/oprofile/op_model_p4.c