aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/pmbus/Kconfig
diff options
context:
space:
mode:
authorTao Ren <rentao.bupt@gmail.com>2020-07-02 15:13:49 -0700
committerGuenter Roeck <linux@roeck-us.net>2020-07-02 17:43:14 -0700
commit0d242479b3e6f7b5aebea3ef07b8a73c4f45b50c (patch)
tree51304aa1cbe0f04eefbd220bc0e12172164d3416 /drivers/hwmon/pmbus/Kconfig
parenthwmon: (acpi_power_meter) Fix potential memory leak in acpi_power_meter_add() (diff)
downloadlinux-dev-0d242479b3e6f7b5aebea3ef07b8a73c4f45b50c.tar.xz
linux-dev-0d242479b3e6f7b5aebea3ef07b8a73c4f45b50c.zip
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 <sam@mendozajonas.com> Signed-off-by: Tao Ren <rentao.bupt@gmail.com> Link: https://lore.kernel.org/r/20200702221349.18139-1-rentao.bupt@gmail.com Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Diffstat (limited to 'drivers/hwmon/pmbus/Kconfig')
-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"