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/eisa.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/eisa.h')
-rw-r--r-- | drivers/char/rio/eisa.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/char/rio/eisa.h b/drivers/char/rio/eisa.h index 59371b0528b0..c2abaf0eab04 100644 --- a/drivers/char/rio/eisa.h +++ b/drivers/char/rio/eisa.h | |||
@@ -60,7 +60,7 @@ static char *_eisa_h_sccs_ = "@(#)eisa.h 1.2"; | |||
60 | 60 | ||
61 | #define EISA_PRODUCT_IDENT_LO 0xC80 /* where RIO_EISA_IDENT is */ | 61 | #define EISA_PRODUCT_IDENT_LO 0xC80 /* where RIO_EISA_IDENT is */ |
62 | #define EISA_PRODUCT_IDENT_HI 0xC81 | 62 | #define EISA_PRODUCT_IDENT_HI 0xC81 |
63 | #define EISA_PRODUCT_NUMBER 0xC82 /* where PROD_CODE is */ | 63 | #define EISA_PRODUCT_NUMBER 0xC82 /* where PROD_CODE is */ |
64 | #define EISA_REVISION_NUMBER 0xC83 /* revision (1dp) */ | 64 | #define EISA_REVISION_NUMBER 0xC83 /* revision (1dp) */ |
65 | #define EISA_ENABLE 0xC84 /* set LSB to enable card */ | 65 | #define EISA_ENABLE 0xC84 /* set LSB to enable card */ |
66 | #define EISA_UNIQUE_NUM_0 0xC88 /* vomit */ | 66 | #define EISA_UNIQUE_NUM_0 0xC88 /* vomit */ |
@@ -101,4 +101,4 @@ static char *_eisa_h_sccs_ = "@(#)eisa.h 1.2"; | |||
101 | #define INBZ(z,x) inb(((z)<<12) | (x)) | 101 | #define INBZ(z,x) inb(((z)<<12) | (x)) |
102 | #define OUTBZ(z,x,y) outb((((z)<<12) | (x)), y) | 102 | #define OUTBZ(z,x,y) outb((((z)<<12) | (x)), y) |
103 | 103 | ||
104 | #endif /* __rio_eisa_h__ */ | 104 | #endif /* __rio_eisa_h__ */ |