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/poll.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/poll.h')
-rw-r--r-- | drivers/char/rio/poll.h | 27 |
1 files changed, 12 insertions, 15 deletions
diff --git a/drivers/char/rio/poll.h b/drivers/char/rio/poll.h index d9b8e983e175..9616ee4c6cd5 100644 --- a/drivers/char/rio/poll.h +++ b/drivers/char/rio/poll.h | |||
@@ -39,7 +39,7 @@ | |||
39 | 39 | ||
40 | #ifndef lint | 40 | #ifndef lint |
41 | #ifdef SCCS_LABELS | 41 | #ifdef SCCS_LABELS |
42 | static char *_rio_poll_h_sccs = "@(#)poll.h 1.2" ; | 42 | static char *_rio_poll_h_sccs = "@(#)poll.h 1.2"; |
43 | #endif | 43 | #endif |
44 | #endif | 44 | #endif |
45 | 45 | ||
@@ -54,23 +54,20 @@ static char *_rio_poll_h_sccs = "@(#)poll.h 1.2" ; | |||
54 | #define POLL_PERIOD (int) SECOND | 54 | #define POLL_PERIOD (int) SECOND |
55 | 55 | ||
56 | /* The various poll commands */ | 56 | /* The various poll commands */ |
57 | #define POLL_POLL 0 /* We are connected and happy.. */ | 57 | #define POLL_POLL 0 /* We are connected and happy.. */ |
58 | #define POLL_INTRO 1 /* Introduction packet */ | 58 | #define POLL_INTRO 1 /* Introduction packet */ |
59 | #define POLL_TOPOLOGY 2 /* Topology update */ | 59 | #define POLL_TOPOLOGY 2 /* Topology update */ |
60 | #define POLL_ASSIGN 3 /* ID assign */ | 60 | #define POLL_ASSIGN 3 /* ID assign */ |
61 | #define POLL_FOAD 4 /* F*** Off And Die */ | 61 | #define POLL_FOAD 4 /* F*** Off And Die */ |
62 | #define POLL_LMD 5 /* Let Me Die */ | 62 | #define POLL_LMD 5 /* Let Me Die */ |
63 | #define POLL_DYB 6 /* Die You Ba***** */ | 63 | #define POLL_DYB 6 /* Die You Ba***** */ |
64 | 64 | ||
65 | /* The way data fields are split up for POLL packets */ | 65 | /* The way data fields are split up for POLL packets */ |
66 | #define POLL_HOST_SERIAL 2 /* Host who booted me */ | 66 | #define POLL_HOST_SERIAL 2 /* Host who booted me */ |
67 | #define POLL_MY_SERIAL 6 /* My serial number */ | 67 | #define POLL_MY_SERIAL 6 /* My serial number */ |
68 | #define POLL_YOUR_ID 1 /* Your ID number */ | 68 | #define POLL_YOUR_ID 1 /* Your ID number */ |
69 | #define POLL_TOPOLOGY_FIELDS 2 /* Topology maps */ | 69 | #define POLL_TOPOLOGY_FIELDS 2 /* Topology maps */ |
70 | 70 | ||
71 | #endif | 71 | #endif |
72 | 72 | ||
73 | /*********** end of file ***********/ | 73 | /*********** end of file ***********/ |
74 | |||
75 | |||
76 | |||