diff options
author | Jeff Dike <jdike@addtoit.com> | 2008-05-12 14:01:48 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-05-13 08:02:21 -0700 |
commit | 96cee3044dca2e6510ca7cc276d1eac34a1cfd51 (patch) | |
tree | b34789b8268f71f8c72e885428ee81791d6be756 /arch/um/include/skas_ptrace.h | |
parent | 53c258787427ea43ebfa76fefa6534cae507e521 (diff) | |
download | lwn-96cee3044dca2e6510ca7cc276d1eac34a1cfd51.tar.gz lwn-96cee3044dca2e6510ca7cc276d1eac34a1cfd51.zip |
uml: style fixes
A few random style fixes.
Signed-off-by: Jeff Dike <jdike@linux.intel.com>
Cc: WANG Cong <xiyou.wangcong@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'arch/um/include/skas_ptrace.h')
-rw-r--r-- | arch/um/include/skas_ptrace.h | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/arch/um/include/skas_ptrace.h b/arch/um/include/skas_ptrace.h index cd2327d09c8d..3d31bbacd016 100644 --- a/arch/um/include/skas_ptrace.h +++ b/arch/um/include/skas_ptrace.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000, 2001, 2002 Jeff Dike (jdike@karaya.com) + * Copyright (C) 2000 - 2007 Jeff Dike (jdike@{addtoit,linux.intel}.com) * Licensed under the GPL */ @@ -12,14 +12,3 @@ #include "sysdep/skas_ptrace.h" #endif - -/* - * Overrides for Emacs so that we follow Linus's tabbing style. - * Emacs will notice this stuff at the end of the file and automatically - * adjust the settings for this buffer only. This must remain at the end - * of the file. - * --------------------------------------------------------------------------- - * Local variables: - * c-file-style: "linux" - * End: - */ |