Skip to content

Commit 0d24247

Browse files
tao-rengroeck
authored andcommitted
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: 8991ebd ("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]>
1 parent 8b97f99 commit 0d24247

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/hwmon/pmbus/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ config SENSORS_IR35221
7171
Infineon IR35221 controller.
7272

7373
This driver can also be built as a module. If so, the module will
74-
be called ir35521.
74+
be called ir35221.
7575

7676
config SENSORS_IR38064
7777
tristate "Infineon IR38064"

0 commit comments

Comments
 (0)