Commit 04fdfad6 authored by zuoqilin's avatar zuoqilin Committed by David S. Miller
Browse files

atm: Fix typo



Change 'contol' to 'control'.

Signed-off-by: default avatarzuoqilin <zuoqilin@yulong.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent b269875f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@
#define ZEPROM_V1_REG	PCI_VENDOR_ID	/* PCI register */
#define ZEPROM_V2_REG	0x40

/* Bits in contol register */
/* Bits in control register */

#define ZEPROM_SK	0x80000000	/* strobe (probably on raising edge) */
#define ZEPROM_CS	0x40000000	/* Chip Select */