Skip to content

Commit

Permalink
sis900: Fix enum typo 'sis900_rx_bufer_status'
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
  • Loading branch information
Paul Bolle authored and Jiri Kosina committed Dec 6, 2011
1 parent 38c8dcf commit a1d51aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/ethernet/sis/sis900.h
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ enum sis900_tx_buffer_status {
EXCCOLL = 0x00100000, COLCNT = 0x000F0000
};

enum sis900_rx_bufer_status {
enum sis900_rx_buffer_status {
OVERRUN = 0x02000000, DEST = 0x00800000, BCAST = 0x01800000,
MCAST = 0x01000000, UNIMATCH = 0x00800000, TOOLONG = 0x00400000,
RUNT = 0x00200000, RXISERR = 0x00100000, CRCERR = 0x00080000,
Expand Down

0 comments on commit a1d51aa

Please sign in to comment.