diff options
author | Joe Perches <joe@perches.com> | 2008-03-23 04:02:28 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-04-17 11:41:24 -0400 |
commit | f4964d2ac51fcc8cd56975139422cdbb3a1e66dc (patch) | |
tree | 76d4c7a713617adc129215ff654238f4f7cc30bf /include/asm-x86/irq_32.h | |
parent | 061b3d90bc3490af41c6756189b59713cd9ecaee (diff) |
include/asm-x86/irq_32.h: checkpatch cleanups - formatting only
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'include/asm-x86/irq_32.h')
-rw-r--r-- | include/asm-x86/irq_32.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-x86/irq_32.h b/include/asm-x86/irq_32.h index aca9c96e8e6b..0b79f3185243 100644 --- a/include/asm-x86/irq_32.h +++ b/include/asm-x86/irq_32.h | |||
@@ -15,7 +15,7 @@ | |||
15 | #include "irq_vectors.h" | 15 | #include "irq_vectors.h" |
16 | #include <asm/thread_info.h> | 16 | #include <asm/thread_info.h> |
17 | 17 | ||
18 | static __inline__ int irq_canonicalize(int irq) | 18 | static inline int irq_canonicalize(int irq) |
19 | { | 19 | { |
20 | return ((irq == 2) ? 9 : irq); | 20 | return ((irq == 2) ? 9 : irq); |
21 | } | 21 | } |