[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20200702221349.18139-1-rentao.bupt@gmail.com>
Date: Thu, 2 Jul 2020 15:13:49 -0700
From: rentao.bupt@...il.com
To: Guenter Roeck <linux@...ck-us.net>,
Jean Delvare <jdelvare@...e.com>,
Alexei Starovoitov <ast@...nel.org>,
Daniel Borkmann <daniel@...earbox.net>,
"David S . Miller" <davem@...emloft.net>,
Jakub Kicinski <kuba@...nel.org>,
Jesper Dangaard Brouer <hawk@...nel.org>,
John Fastabend <john.fastabend@...il.com>,
linux-hwmon@...r.kernel.org, linux-kernel@...r.kernel.org,
netdev@...r.kernel.org, bpf@...r.kernel.org,
openbmc@...ts.ozlabs.org,
Samuel Mendoza-Jonas <sam@...dozajonas.com>, taoren@...com
Cc: Tao Ren <rentao.bupt@...il.com>
Subject: [PATCH] hwmon: (pmbus) fix a typo in Kconfig SENSORS_IR35221 option
From: Tao Ren <rentao.bupt@...il.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@...dozajonas.com>
Signed-off-by: Tao Ren <rentao.bupt@...il.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
Powered by blists - more mailing lists