Skip to content

Commit

Permalink
sis900: Trivial: Fix typos in enums
Browse files Browse the repository at this point in the history
"reigster" -> "register"

Signed-off-by: Nik Nyby <nikolas@gnu.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Nik Nyby authored and David S. Miller committed Jun 29, 2015
1 parent 55d9161 commit 47af6b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/net/ethernet/sis/sis900.h
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ enum sis900_configuration_register_bits {
EDB_MASTER_EN = 0x00002000
};

enum sis900_eeprom_access_reigster_bits {
enum sis900_eeprom_access_register_bits {
MDC = 0x00000040, MDDIR = 0x00000020, MDIO = 0x00000010, /* 7016 specific */
EECS = 0x00000008, EECLK = 0x00000004, EEDO = 0x00000002,
EEDI = 0x00000001
Expand All @@ -73,7 +73,7 @@ enum sis900_interrupt_register_bits {
RxERR = 0x00000004, RxDESC = 0x00000002, RxOK = 0x00000001
};

enum sis900_interrupt_enable_reigster_bits {
enum sis900_interrupt_enable_register_bits {
IE = 0x00000001
};

Expand Down

0 comments on commit 47af6b0

Please sign in to comment.