Message ID | 20200702221349.18139-1-rentao.bupt@gmail.com (mailing list archive) |
---|---|
State | Accepted |
Headers | show |
Series | hwmon: (pmbus) fix a typo in Kconfig SENSORS_IR35221 option | expand |
On Thu, Jul 02, 2020 at 03:13:49PM -0700, rentao.bupt@gmail.com wrote: > 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> Applied. Thanks, Guenter > --- > 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"
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"