aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/rio/bootpkt.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/bootpkt.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/bootpkt.h')
-rw-r--r--drivers/char/rio/bootpkt.h11
1 files changed, 5 insertions, 6 deletions
diff --git a/drivers/char/rio/bootpkt.h b/drivers/char/rio/bootpkt.h
index c329aeb7c871..602266e0c085 100644
--- a/drivers/char/rio/bootpkt.h
+++ b/drivers/char/rio/bootpkt.h
@@ -41,7 +41,7 @@
41 41
42#ifndef lint 42#ifndef lint
43#ifdef SCCS 43#ifdef SCCS
44static char *_rio_bootpkt_h_sccs = "@(#)bootpkt.h 1.1" ; 44static char *_rio_bootpkt_h_sccs = "@(#)bootpkt.h 1.1";
45#endif 45#endif
46#endif 46#endif
47 47
@@ -49,14 +49,13 @@ static char *_rio_bootpkt_h_sccs = "@(#)bootpkt.h 1.1" ;
49 * Overlayed onto the Data fields of a regular 49 * Overlayed onto the Data fields of a regular
50 * Packet 50 * Packet
51 ************************************************/ 51 ************************************************/
52typedef struct BOOT_PKT BOOT_PKT ; 52typedef struct BOOT_PKT BOOT_PKT;
53struct BOOT_PKT { 53struct BOOT_PKT {
54 short seq_num ; 54 short seq_num;
55 char data[10] ; 55 char data[10];
56 } ; 56};
57 57
58 58
59#endif 59#endif
60 60
61/*********** end of file ***********/ 61/*********** end of file ***********/
62