diff options
author | Joe Perches <joe@perches.com> | 2008-03-23 01:03:52 -0700 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-04-17 17:41:28 +0200 |
commit | c489f4451965f4d355340ea1e60a5863c9ed2890 (patch) | |
tree | 39bac9c2b733086e881b44ab1d45de4a1a0feedd /include/asm-x86/unistd_64.h | |
parent | 687fc16b65e96d72a680291670584090207cadf8 (diff) |
include/asm-x86/unistd_64.h: checkpatch cleanups - formatting only
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'include/asm-x86/unistd_64.h')
-rw-r--r-- | include/asm-x86/unistd_64.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-x86/unistd_64.h b/include/asm-x86/unistd_64.h index 3883ceb54ef5..fe26e36d0f51 100644 --- a/include/asm-x86/unistd_64.h +++ b/include/asm-x86/unistd_64.h @@ -2,7 +2,7 @@ #define _ASM_X86_64_UNISTD_H_ #ifndef __SYSCALL -#define __SYSCALL(a,b) +#define __SYSCALL(a, b) #endif /* |