projects
/
GitHub
/
LineageOS
/
android_kernel_samsung_universal7580.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
061b3d9
)
include/asm-x86/irq_32.h: checkpatch cleanups - formatting only
author
Joe Perches
<joe@perches.com>
Sun, 23 Mar 2008 08:02:28 +0000
(
01:02
-0700)
committer
Ingo Molnar
<mingo@elte.hu>
Thu, 17 Apr 2008 15:41:24 +0000
(17:41 +0200)
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
include/asm-x86/irq_32.h
patch
|
blob
|
blame
|
history
diff --git
a/include/asm-x86/irq_32.h
b/include/asm-x86/irq_32.h
index aca9c96e8e6b04308fcf10ecd817a046b853de39..0b79f3185243218d754348c4cbfe82ae9c31aae6 100644
(file)
--- a/
include/asm-x86/irq_32.h
+++ b/
include/asm-x86/irq_32.h
@@
-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);
}