include/asm-x86/current_32.h: checkpatch cleanups - formatting only
authorJoe Perches <joe@perches.com>
Sun, 23 Mar 2008 08:01:55 +0000 (01:01 -0700)
committerIngo Molnar <mingo@elte.hu>
Thu, 17 Apr 2008 15:41:22 +0000 (17:41 +0200)
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
include/asm-x86/current_32.h

index d352485..5af9bdb 100644 (file)
@@ -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) */