Commit f4964d2a authored by Joe Perches's avatar Joe Perches Committed by Ingo Molnar

include/asm-x86/irq_32.h: checkpatch cleanups - formatting only

Signed-off-by: default avatarJoe Perches <joe@perches.com>
Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent 061b3d90
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
#include "irq_vectors.h" #include "irq_vectors.h"
#include <asm/thread_info.h> #include <asm/thread_info.h>
static __inline__ int irq_canonicalize(int irq) static inline int irq_canonicalize(int irq)
{ {
return ((irq == 2) ? 9 : irq); return ((irq == 2) ? 9 : irq);
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment