projects
/
profile
/
ivi
/
kernel-x86-ivi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
38c8dcf
)
sis900: Fix enum typo 'sis900_rx_bufer_status'
author
Paul Bolle
<pebolle@tiscali.nl>
Tue, 6 Dec 2011 10:30:08 +0000
(11:30 +0100)
committer
Jiri Kosina
<jkosina@suse.cz>
Tue, 6 Dec 2011 13:24:40 +0000
(14:24 +0100)
Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
drivers/net/ethernet/sis/sis900.h
patch
|
blob
|
history
diff --git
a/drivers/net/ethernet/sis/sis900.h
b/drivers/net/ethernet/sis/sis900.h
index 150511a922ef5c46f1c377a05e654359387bd66d..1341f33e60843029e1e1ecd035fcbebc0fccc1cb 100644
(file)
--- a/
drivers/net/ethernet/sis/sis900.h
+++ b/
drivers/net/ethernet/sis/sis900.h
@@
-205,7
+205,7
@@
enum sis900_tx_buffer_status {
EXCCOLL = 0x00100000, COLCNT = 0x000F0000
};
-enum sis900_rx_bufer_status {
+enum sis900_rx_buf
f
er_status {
OVERRUN = 0x02000000, DEST = 0x00800000, BCAST = 0x01800000,
MCAST = 0x01000000, UNIMATCH = 0x00800000, TOOLONG = 0x00400000,
RUNT = 0x00200000, RXISERR = 0x00100000, CRCERR = 0x00080000,