Commit 0c6f6abf6e63227b1e6e22e412c3f63c0163a520
Committed by
Ingo Molnar
1 parent
451dd98358
Exists in
master
and in
7 other branches
include/asm-x86/efi.h: checkpatch cleanups - formatting only
Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>
Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff
include/asm-x86/efi.h
... | ... | @@ -20,7 +20,7 @@ |
20 | 20 | */ |
21 | 21 | |
22 | 22 | #define efi_call_virt(f, args...) \ |
23 | - ((efi_##f##_t __attribute__((regparm(0)))*)efi.systab->runtime->f)(args) | |
23 | + ((efi_##f##_t __attribute__((regparm(0)))*)efi.systab->runtime->f)(args) | |
24 | 24 | |
25 | 25 | #define efi_call_virt0(f) efi_call_virt(f) |
26 | 26 | #define efi_call_virt1(f, a1) efi_call_virt(f, a1) |