浏览代码

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>
Joe Perches 17 年之前
父节点
当前提交
f4964d2ac5
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      include/asm-x86/irq_32.h

+ 1 - 1
include/asm-x86/irq_32.h

@@ -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);
 }
 }