atm: Fix typo
Change 'contol' to 'control'. Signed-off-by: zuoqilin <zuoqilin@yulong.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
b269875f91
commit
04fdfad68b
@@ -12,7 +12,7 @@
|
|||||||
#define ZEPROM_V1_REG PCI_VENDOR_ID /* PCI register */
|
#define ZEPROM_V1_REG PCI_VENDOR_ID /* PCI register */
|
||||||
#define ZEPROM_V2_REG 0x40
|
#define ZEPROM_V2_REG 0x40
|
||||||
|
|
||||||
/* Bits in contol register */
|
/* Bits in control register */
|
||||||
|
|
||||||
#define ZEPROM_SK 0x80000000 /* strobe (probably on raising edge) */
|
#define ZEPROM_SK 0x80000000 /* strobe (probably on raising edge) */
|
||||||
#define ZEPROM_CS 0x40000000 /* Chip Select */
|
#define ZEPROM_CS 0x40000000 /* Chip Select */
|
||||||
|
|||||||
Reference in New Issue
Block a user