aboutsummaryrefslogtreecommitdiff
path: root/drivers/char/rio/sam.h
diff options
context:
space:
mode:
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 c1accb8cb62..31494054b21 100644
--- a/drivers/char/rio/sam.h
+++ b/drivers/char/rio/sam.h
@@ -60,15 +60,12 @@
#define RX FALSE
-typedef struct FREE_LIST FREE_LIST ;
-struct FREE_LIST {
- FREE_LIST_ptr next ;
- FREE_LIST_ptr prev ;
- } ;
+typedef struct FREE_LIST FREE_LIST;
+struct FREE_LIST {
+ FREE_LIST_ptr next;
+ FREE_LIST_ptr prev;
+};
#endif
/*********** end of file ***********/
-
-
-