Skip to content

Commit

Permalink
hwmon: (pmbus) fix a typo in Kconfig SENSORS_IR35221 option
Browse files Browse the repository at this point in the history
Fix a typo in SENSORS_IR35221 option: module name should be "ir35221"
instead of "ir35521".

Fixes: 8991ebd ("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>
  • Loading branch information
Tao Ren authored and Guenter Roeck committed Jul 3, 2020
1 parent 8b97f99 commit 0d24247
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/hwmon/pmbus/Kconfig
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit 0d24247

Please sign in to comment.