diff options
author | Andrew Morton <akpm@osdl.org> | 2006-01-11 15:17:49 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-01-11 21:42:14 -0500 |
commit | 8d8706e2f86d28814c1b40a116ffdeca35e4c949 (patch) | |
tree | 146567d7a807feb37a5368fbb4a6ee76d9d7bc7e /drivers/char/rio/enable.h | |
parent | a9415644583ef344e02f84faf5fe24bfadb2af8e (diff) |
[PATCH] lindent rio drivers
Run all rio files through indent -kr -i8 -bri0 -l255, as requested by Alan.
rioboot.c and rioinit.c were skipped due to worrisome lindent warnings.
Cc: Alan Cox <alan@lxorguk.ukuu.org.uk>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/char/rio/enable.h')
-rw-r--r-- | drivers/char/rio/enable.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/drivers/char/rio/enable.h b/drivers/char/rio/enable.h index 8e9a419e15b0..e06673fa48cf 100644 --- a/drivers/char/rio/enable.h +++ b/drivers/char/rio/enable.h | |||
@@ -36,7 +36,7 @@ | |||
36 | 36 | ||
37 | #ifndef lint | 37 | #ifndef lint |
38 | #ifdef SCCS | 38 | #ifdef SCCS |
39 | static char *_rio_enable_h_sccs = "@(#)enable.h 1.1" ; | 39 | static char *_rio_enable_h_sccs = "@(#)enable.h 1.1"; |
40 | #endif | 40 | #endif |
41 | #endif | 41 | #endif |
42 | 42 | ||
@@ -46,5 +46,3 @@ static char *_rio_enable_h_sccs = "@(#)enable.h 1.1" ; | |||
46 | 46 | ||
47 | 47 | ||
48 | /*********** end of file ***********/ | 48 | /*********** end of file ***********/ |
49 | |||
50 | |||