From: Joe Perches Date: Sun, 23 Mar 2008 08:01:55 +0000 (-0700) Subject: include/asm-x86/current_32.h: checkpatch cleanups - formatting only X-Git-Tag: v2.6.26-rc1~1154^2~247 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=83ecfdd0a0a065e55172889dc660c5db3c14633a;p=karo-tx-linux.git include/asm-x86/current_32.h: checkpatch cleanups - formatting only Signed-off-by: Joe Perches Signed-off-by: Ingo Molnar --- diff --git a/include/asm-x86/current_32.h b/include/asm-x86/current_32.h index d35248539912..5af9bdb97a16 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) */