aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJoe Perches <joe@perches.com>2008-03-23 01:01:55 -0700
committerIngo Molnar <mingo@elte.hu>2008-04-17 17:41:22 +0200
commit83ecfdd0a0a065e55172889dc660c5db3c14633a (patch)
treeeb2ff03ee7ebede9a69d2b6022333ef521a53f96 /include
parentinclude/asm-x86/compat.h: checkpatch cleanups - formatting only (diff)
downloadlinux-dev-83ecfdd0a0a065e55172889dc660c5db3c14633a.tar.xz
linux-dev-83ecfdd0a0a065e55172889dc660c5db3c14633a.zip
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')
-rw-r--r--include/asm-x86/current_32.h2
1 files changed, 1 insertions, 1 deletions
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) */