projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8b97f99
)
hwmon: (pmbus) fix a typo in Kconfig SENSORS_IR35221 option
author
Tao Ren
<rentao.bupt@gmail.com>
Thu, 2 Jul 2020 22:13:49 +0000
(15:13 -0700)
committer
Guenter Roeck
<linux@roeck-us.net>
Fri, 3 Jul 2020 00:43:14 +0000
(17:43 -0700)
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>
drivers/hwmon/pmbus/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/hwmon/pmbus/Kconfig
b/drivers/hwmon/pmbus/Kconfig
index
a337195
..
ea516ce
100644
(file)
--- 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 ir35
5
21.
+ be called ir35
2
21.
config SENSORS_IR38064
tristate "Infineon IR38064"