From: Joe Perches Date: Sun, 23 Mar 2008 08:02:29 +0000 (-0700) Subject: include/asm-x86/irq_64.h: checkpatch cleanups - formatting only X-Git-Tag: v2.6.26-rc1~1154^2~216 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=3ff3522497d7ad383df9770e812fbaf75d19b214;p=~emulex%2Finfiniband.git include/asm-x86/irq_64.h: checkpatch cleanups - formatting only Signed-off-by: Joe Perches Signed-off-by: Ingo Molnar --- diff --git a/include/asm-x86/irq_64.h b/include/asm-x86/irq_64.h index 5006c6e7565..083d35a62c9 100644 --- a/include/asm-x86/irq_64.h +++ b/include/asm-x86/irq_64.h @@ -31,10 +31,10 @@ #define FIRST_SYSTEM_VECTOR 0xef /* duplicated in hw_irq.h */ -#define NR_IRQS (NR_VECTORS + (32 *NR_CPUS)) +#define NR_IRQS (NR_VECTORS + (32 * NR_CPUS)) #define NR_IRQ_VECTORS NR_IRQS -static __inline__ int irq_canonicalize(int irq) +static inline int irq_canonicalize(int irq) { return ((irq == 2) ? 9 : irq); }