projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b269875
)
atm: Fix typo
author
zuoqilin
<zuoqilin@yulong.com>
Fri, 21 May 2021 09:45:22 +0000
(17:45 +0800)
committer
David S. Miller
<davem@davemloft.net>
Fri, 21 May 2021 20:55:32 +0000
(13:55 -0700)
Change 'contol' to 'control'.
Signed-off-by: zuoqilin <zuoqilin@yulong.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/atm/zeprom.h
patch
|
blob
|
history
diff --git
a/drivers/atm/zeprom.h
b/drivers/atm/zeprom.h
index 88e01f808a867ae2959b48dd91f69b84ae90c8e6..8e8819a3840ded58d4717481d867fb45e89bcffc 100644
(file)
--- 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 cont
r
ol register */
#define ZEPROM_SK 0x80000000 /* strobe (probably on raising edge) */
#define ZEPROM_CS 0x40000000 /* Chip Select */