aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/rio/sam.h
diff options
context:
space:
mode:
authorAndrew Morton <akpm@osdl.org>2006-01-11 15:17:49 -0500
committerLinus Torvalds <torvalds@g5.osdl.org>2006-01-11 21:42:14 -0500
commit8d8706e2f86d28814c1b40a116ffdeca35e4c949 (patch)
tree146567d7a807feb37a5368fbb4a6ee76d9d7bc7e /drivers/char/rio/sam.h
parenta9415644583ef344e02f84faf5fe24bfadb2af8e (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/sam.h')
-rw-r--r--drivers/char/rio/sam.h13
1 files changed, 5 insertions, 8 deletions
diff --git a/drivers/char/rio/sam.h b/drivers/char/rio/sam.h
index c1accb8cb624..31494054b213 100644
--- a/drivers/char/rio/sam.h
+++ b/drivers/char/rio/sam.h
@@ -60,15 +60,12 @@
60#define RX FALSE 60#define RX FALSE
61 61
62 62
63typedef struct FREE_LIST FREE_LIST ; 63typedef struct FREE_LIST FREE_LIST;
64struct FREE_LIST { 64struct FREE_LIST {
65 FREE_LIST_ptr next ; 65 FREE_LIST_ptr next;
66 FREE_LIST_ptr prev ; 66 FREE_LIST_ptr prev;
67 } ; 67};
68 68
69 69
70#endif 70#endif
71/*********** end of file ***********/ 71/*********** end of file ***********/
72
73
74