diff options
author | zuoqilin <zuoqilin@yulong.com> | 2021-05-21 11:45:22 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2021-05-21 22:55:32 +0200 |
commit | 04fdfad68b81cab9de660190ed8c881b1e5bf5fa (patch) | |
tree | 589cf827246a6b295aeef65fe6ab2030a09d9335 /drivers/atm | |
parent | net: phy: Fix inconsistent indenting (diff) | |
download | linux-04fdfad68b81cab9de660190ed8c881b1e5bf5fa.tar.xz linux-04fdfad68b81cab9de660190ed8c881b1e5bf5fa.zip |
atm: Fix typo
Change 'contol' to 'control'.
Signed-off-by: zuoqilin <zuoqilin@yulong.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/atm')
-rw-r--r-- | drivers/atm/zeprom.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/atm/zeprom.h b/drivers/atm/zeprom.h index 88e01f808a86..8e8819a3840d 100644 --- a/drivers/atm/zeprom.h +++ b/drivers/atm/zeprom.h @@ -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 */ |