diff options
author | Andrew Morton <akpm@osdl.org> | 2006-01-11 12:17:49 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-01-11 18:42:14 -0800 |
commit | 8d8706e2f86d28814c1b40a116ffdeca35e4c949 (patch) | |
tree | 146567d7a807feb37a5368fbb4a6ee76d9d7bc7e /drivers/char/rio/eisa.h | |
parent | a9415644583ef344e02f84faf5fe24bfadb2af8e (diff) | |
download | op-kernel-dev-8d8706e2f86d28814c1b40a116ffdeca35e4c949.zip op-kernel-dev-8d8706e2f86d28814c1b40a116ffdeca35e4c949.tar.gz |
[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 59371b0..c2abaf0 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"; #define EISA_PRODUCT_IDENT_LO 0xC80 /* where RIO_EISA_IDENT is */ #define EISA_PRODUCT_IDENT_HI 0xC81 -#define EISA_PRODUCT_NUMBER 0xC82 /* where PROD_CODE is */ +#define EISA_PRODUCT_NUMBER 0xC82 /* where PROD_CODE is */ #define EISA_REVISION_NUMBER 0xC83 /* revision (1dp) */ #define EISA_ENABLE 0xC84 /* set LSB to enable card */ #define EISA_UNIQUE_NUM_0 0xC88 /* vomit */ @@ -101,4 +101,4 @@ static char *_eisa_h_sccs_ = "@(#)eisa.h 1.2"; #define INBZ(z,x) inb(((z)<<12) | (x)) #define OUTBZ(z,x,y) outb((((z)<<12) | (x)), y) -#endif /* __rio_eisa_h__ */ +#endif /* __rio_eisa_h__ */ |