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/list.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/list.h')
-rw-r--r-- | drivers/char/rio/list.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/char/rio/list.h b/drivers/char/rio/list.h index a4f7f1f5625..36aad4c9cb3 100644 --- a/drivers/char/rio/list.h +++ b/drivers/char/rio/list.h | |||
@@ -38,7 +38,7 @@ | |||
38 | 38 | ||
39 | #ifdef SCCS_LABELS | 39 | #ifdef SCCS_LABELS |
40 | #ifndef lint | 40 | #ifndef lint |
41 | static char *_rio_list_h_sccs = "@(#)list.h 1.9" ; | 41 | static char *_rio_list_h_sccs = "@(#)list.h 1.9"; |
42 | #endif | 42 | #endif |
43 | #endif | 43 | #endif |
44 | 44 | ||
@@ -166,7 +166,7 @@ static char *_rio_list_h_sccs = "@(#)list.h 1.9" ; | |||
166 | #endif | 166 | #endif |
167 | 167 | ||
168 | 168 | ||
169 | #else /* !IN_KERNEL */ | 169 | #else /* !IN_KERNEL */ |
170 | 170 | ||
171 | #define ZERO_PTR NULL | 171 | #define ZERO_PTR NULL |
172 | 172 | ||
@@ -192,5 +192,5 @@ static char *_rio_list_h_sccs = "@(#)list.h 1.9" ; | |||
192 | #define splx(oldspl) if ((oldspl) == 0) spl0() | 192 | #define splx(oldspl) if ((oldspl) == 0) spl0() |
193 | #endif | 193 | #endif |
194 | 194 | ||
195 | #endif /* ifndef _list.h */ | 195 | #endif /* ifndef _list.h */ |
196 | /*********** end of file ***********/ | 196 | /*********** end of file ***********/ |