diff options
author | Jeff Dike <jdike@addtoit.com> | 2007-02-10 10:44:24 +0100 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-02-11 19:51:23 +0100 |
commit | 4cffb7fa69349d48d900d98766dc9ad52d9c851e (patch) | |
tree | 99c079d4a4f8fde74acb55ac252e492db80f92ec /arch/um/include | |
parent | [PATCH] uml: SIGIO locking comment (diff) | |
download | linux-4cffb7fa69349d48d900d98766dc9ad52d9c851e.tar.xz linux-4cffb7fa69349d48d900d98766dc9ad52d9c851e.zip |
[PATCH] uml: SIGIO formatting fixes
Fix formatting in the sigio code.
Signed-off-by: Jeff Dike <jdike@addtoit.com>
Cc: Paolo 'Blaisorblade' Giarrusso <blaisorblade@yahoo.it>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'arch/um/include')
-rw-r--r-- | arch/um/include/sigio.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/arch/um/include/sigio.h b/arch/um/include/sigio.h index fe99ea163c2e..434f1a9ae4b3 100644 --- a/arch/um/include/sigio.h +++ b/arch/um/include/sigio.h @@ -12,14 +12,3 @@ extern void sigio_lock(void); extern void sigio_unlock(void); #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: - */ |