commit | 360624484c81d55f88b1e5f48ce24c9243ce38e5 | [log] [tgz] |
---|---|---|
author | Paolo Ciarrocchi <paolo.ciarrocchi@gmail.com> | Sun Jun 08 13:07:18 2008 +0200 |
committer | Ingo Molnar <mingo@elte.hu> | Tue Jul 08 09:13:23 2008 +0200 |
tree | 51fe4566c35639f847c8bed96c308aac5b0b30fb | |
parent | 46b3b4ef1ea2a0892b9b38b6a0c65a3f33b504aa [diff] |
x86: coding style fixes to arch/x86/kernel/io_apic_32.c Before: total: 91 errors, 73 warnings, 2850 lines checked After: total: 1 errors, 47 warnings, 2848 lines checked Compile tested: paolo@paolo-desktop:/tmp$ size io* text data bss dec hex filename 13836 1756 11104 26696 6848 io_apic_32.o.after 13836 1756 11104 26696 6848 io_apic_32.o.before Signed-off-by: Paolo Ciarrocchi <paolo.ciarrocchi@gmail.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>