diff options
author | 2024-10-22 14:25:34 +0800 | |
---|---|---|
committer | 2024-11-05 05:33:47 +0100 | |
commit | d8da4f1912ed43190f6d3ac6e05f3a1af07d07c1 (patch) | |
tree | a95a1f553493b697b469b45bdd63a8bfcc042cf2 | |
parent | scripts/tags.sh: Fix warnings "null expansion of name pattern" (diff) | |
download | wireguard-linux-d8da4f1912ed43190f6d3ac6e05f3a1af07d07c1.tar.xz wireguard-linux-d8da4f1912ed43190f6d3ac6e05f3a1af07d07c1.zip |
eeprom: Fix the cacography in Kconfig
The word 'swtich' is wrong, so fix it.
Signed-off-by: Luo Yifan <luoyifan@cmss.chinamobile.com>
Link: https://lore.kernel.org/r/20241022062534.122428-1-luoyifan@cmss.chinamobile.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r-- | drivers/misc/eeprom/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/misc/eeprom/Kconfig b/drivers/misc/eeprom/Kconfig index 9df12399bda3..cb1c4b8e7fd3 100644 --- a/drivers/misc/eeprom/Kconfig +++ b/drivers/misc/eeprom/Kconfig @@ -97,11 +97,11 @@ config EEPROM_DIGSY_MTC_CFG If unsure, say N. config EEPROM_IDT_89HPESX - tristate "IDT 89HPESx PCIe-swtiches EEPROM / CSR support" + tristate "IDT 89HPESx PCIe-switches EEPROM / CSR support" depends on I2C && SYSFS help Enable this driver to get read/write access to EEPROM / CSRs - over IDT PCIe-swtich i2c-slave interface. + over IDT PCIe-switch i2c-slave interface. This driver can also be built as a module. If so, the module will be called idt_89hpesx. |