commit | 7058b06188232381c13ff05a3caf458bb892b834 | [log] [tgz] |
---|---|---|
author | Paolo Ciarrocchi <paolo.ciarrocchi@gmail.com> | Sat Jun 07 14:14:35 2008 +0200 |
committer | Ingo Molnar <mingo@elte.hu> | Tue Jun 10 12:33:59 2008 +0200 |
tree | 8267b04f84e1c1fd212b02aeae89ada2cafad161 | |
parent | ce8e37cdbdb34a9faeade22e0e6440f0d04560f5 [diff] |
x86: coding style fixes to arch/x86/pci/irq. Before: total: 60 errors, 85 warnings, 1237 lines checked After: total: 1 errors, 82 warnings, 1226 lines checked WARNING: line over 80 characters Compile tested. paolo@paolo-desktop:/tmp$ size irq.o.* text data bss dec hex filename 6128 440 76 6644 19f4 irq.o.after 6128 440 76 6644 19f4 irq.o.before Signed-off-by: Paolo Ciarrocchi <paolo.ciarrocchi@gmail.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>