public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] hwmon: (pmbus) fix a typo in Kconfig SENSORS_IR35221 option
@ 2020-07-02 22:13 rentao.bupt
  2020-07-03  0:45 ` Guenter Roeck
  0 siblings, 1 reply; 2+ messages in thread
From: rentao.bupt @ 2020-07-02 22:13 UTC (permalink / raw)
  To: Guenter Roeck, Jean Delvare, Alexei Starovoitov, Daniel Borkmann,
	David S . Miller, Jakub Kicinski, Jesper Dangaard Brouer,
	John Fastabend, linux-hwmon, linux-kernel, netdev, bpf, openbmc,
	Samuel Mendoza-Jonas, taoren
  Cc: Tao Ren

From: Tao Ren <rentao.bupt@gmail.com>

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>
---
 drivers/hwmon/pmbus/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/hwmon/pmbus/Kconfig b/drivers/hwmon/pmbus/Kconfig
index 3ad97fd5ce03..e35db489b76f 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"
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-07-03  0:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-07-02 22:13 [PATCH] hwmon: (pmbus) fix a typo in Kconfig SENSORS_IR35221 option rentao.bupt
2020-07-03  0:45 ` Guenter Roeck

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox