projects
/
kernel
/
kernel-generic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
451dd98
)
include/asm-x86/efi.h: checkpatch cleanups - formatting only
author
Joe Perches
<joe@perches.com>
Sun, 23 Mar 2008 08:02:07 +0000
(
01:02
-0700)
committer
Ingo Molnar
<mingo@elte.hu>
Thu, 17 Apr 2008 15:41:23 +0000
(17:41 +0200)
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
include/asm-x86/efi.h
patch
|
blob
|
history
diff --git
a/include/asm-x86/efi.h
b/include/asm-x86/efi.h
index
ea9734b
..
d53004b
100644
(file)
--- a/
include/asm-x86/efi.h
+++ b/
include/asm-x86/efi.h
@@
-20,7
+20,7
@@
extern unsigned long asmlinkage efi_call_phys(void *, ...);
*/
#define efi_call_virt(f, args...) \
- ((efi_##f##_t __attribute__((regparm(0)))*)efi.systab->runtime->f)(args)
+
((efi_##f##_t __attribute__((regparm(0)))*)efi.systab->runtime->f)(args)
#define efi_call_virt0(f) efi_call_virt(f)
#define efi_call_virt1(f, a1) efi_call_virt(f, a1)