aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTao Ren <[email protected]>2020-07-02 15:13:49 -0700
committerGuenter Roeck <[email protected]>2020-07-02 17:43:14 -0700
commit0d242479b3e6f7b5aebea3ef07b8a73c4f45b50c (patch)
tree51304aa1cbe0f04eefbd220bc0e12172164d3416
parent8b97f9922211c44a739c5cbd9502ecbb9f17f6d1 (diff)
hwmon: (pmbus) fix a typo in Kconfig SENSORS_IR35221 option
Fix a typo in SENSORS_IR35221 option: module name should be "ir35221" instead of "ir35521". Fixes: 8991ebd9c9a6 ("hwmon: (pmbus) Add client driver for IR35221") Cc: Samuel Mendoza-Jonas <[email protected]> Signed-off-by: Tao Ren <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Guenter Roeck <[email protected]>
-rw-r--r--drivers/hwmon/pmbus/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hwmon/pmbus/Kconfig b/drivers/hwmon/pmbus/Kconfig
index a337195b1c39..ea516cec1d35 100644
--- a/drivers/hwmon/pmbus/Kconfig
+++ b/drivers/hwmon/pmbus/Kconfig
@@ -71,7 +71,7 @@ config SENSORS_IR35221
Infineon IR35221 controller.
This driver can also be built as a module. If so, the module will
- be called ir35521.
+ be called ir35221.
config SENSORS_IR38064
tristate "Infineon IR38064"