From: zuoqilin Date: Fri, 21 May 2021 09:45:22 +0000 (+0800) Subject: atm: Fix typo X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=04fdfad68b81cab9de660190ed8c881b1e5bf5fa;p=linux.git atm: Fix typo Change 'contol' to 'control'. Signed-off-by: zuoqilin Signed-off-by: David S. Miller --- diff --git a/drivers/atm/zeprom.h b/drivers/atm/zeprom.h index 88e01f808a867..8e8819a3840de 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 */