提交 f4964d2a 编写于 作者: J Joe Perches 提交者: Ingo Molnar

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

Signed-off-by: NJoe Perches <joe@perches.com>
Signed-off-by: NIngo Molnar <mingo@elte.hu>
上级 061b3d90
......@@ -15,7 +15,7 @@
#include "irq_vectors.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);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册