diff options
author | Joe Perches <joe@perches.com> | 2008-03-23 04:03:52 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-04-17 11:41:28 -0400 |
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 @@ | |||
2 | #define _ASM_X86_64_UNISTD_H_ | 2 | #define _ASM_X86_64_UNISTD_H_ |
3 | 3 | ||
4 | #ifndef __SYSCALL | 4 | #ifndef __SYSCALL |
5 | #define __SYSCALL(a,b) | 5 | #define __SYSCALL(a, b) |
6 | #endif | 6 | #endif |
7 | 7 | ||
8 | /* | 8 | /* |