From: Joe Perches Date: Sun, 23 Mar 2008 08:02:28 +0000 (-0700) Subject: include/asm-x86/irq_32.h: checkpatch cleanups - formatting only X-Git-Tag: firefly_0821_release~21631^2~217 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=f4964d2ac51fcc8cd56975139422cdbb3a1e66dc;p=firefly-linux-kernel-4.4.55.git include/asm-x86/irq_32.h: checkpatch cleanups - formatting only Signed-off-by: Joe Perches Signed-off-by: Ingo Molnar --- 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 @@ #include "irq_vectors.h" #include -static __inline__ int irq_canonicalize(int irq) +static inline int irq_canonicalize(int irq) { return ((irq == 2) ? 9 : irq); }