diff options
author | Jeff Dike <jdike@addtoit.com> | 2007-05-06 17:51:41 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-05-07 15:13:03 -0400 |
commit | dc764e5087bceeb26714bb7975b711062b39d804 (patch) | |
tree | f777ee4533f398754e9779f9d2505387eb074307 /arch/um/drivers/chan_user.c | |
parent | fda83a99b2b49016b9d7ed562745969db25c4ef9 (diff) |
uml: formatting fixes around os_{read_write}_file callers
Formatting fixes ahead of renaming os_{read_write}_file_k to
os_{read_write}_file and fixing all the callers.
Signed-off-by: Jeff Dike <jdike@linux.intel.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/drivers/chan_user.c')
-rw-r--r-- | arch/um/drivers/chan_user.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/arch/um/drivers/chan_user.c b/arch/um/drivers/chan_user.c index d226f103462e..a15be1720e03 100644 --- a/arch/um/drivers/chan_user.c +++ b/arch/um/drivers/chan_user.c | |||
@@ -203,14 +203,3 @@ void register_winch(int fd, struct tty_struct *tty) | |||
203 | } | 203 | } |
204 | } | 204 | } |
205 | } | 205 | } |
206 | |||
207 | /* | ||
208 | * Overrides for Emacs so that we follow Linus's tabbing style. | ||
209 | * Emacs will notice this stuff at the end of the file and automatically | ||
210 | * adjust the settings for this buffer only. This must remain at the end | ||
211 | * of the file. | ||
212 | * --------------------------------------------------------------------------- | ||
213 | * Local variables: | ||
214 | * c-file-style: "linux" | ||
215 | * End: | ||
216 | */ | ||