diff options
author | Joe Perches <joe@perches.com> | 2008-03-23 01:01:55 -0700 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-04-17 17:41:22 +0200 |
commit | 83ecfdd0a0a065e55172889dc660c5db3c14633a (patch) | |
tree | eb2ff03ee7ebede9a69d2b6022333ef521a53f96 /include/asm-x86/current_32.h | |
parent | c96a6d41aa033c03b43e5a09448bddcc971797b1 (diff) |
include/asm-x86/current_32.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/current_32.h')
-rw-r--r-- | include/asm-x86/current_32.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-x86/current_32.h b/include/asm-x86/current_32.h index d3524853991..5af9bdb97a1 100644 --- a/include/asm-x86/current_32.h +++ b/include/asm-x86/current_32.h @@ -11,7 +11,7 @@ static __always_inline struct task_struct *get_current(void) { return x86_read_percpu(current_task); } - + #define current get_current() #endif /* !(_I386_CURRENT_H) */ |