From: Maud Spierings Date: Thu, 27 Feb 2025 12:57:51 +0000 (+0100) Subject: hwmon: (ntc_thermistor) Fix module name in the Kconfig X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=e3ff0c72cbb7ff6e9c293c3ec4bd612253a68b1e;p=users%2Fwilly%2Fxarray.git hwmon: (ntc_thermistor) Fix module name in the Kconfig The module name is incorrectly stated with a hyphen while it is an underscore. Reviewed-by: Linus Walleij Signed-off-by: Maud Spierings Link: https://lore.kernel.org/r/20250227-ntc_thermistor_fixes-v1-1-70fa73200b52@gocontroll.com Signed-off-by: Guenter Roeck --- diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig index f114d0c55d78..56494ab85b83 100644 --- a/drivers/hwmon/Kconfig +++ b/drivers/hwmon/Kconfig @@ -1625,7 +1625,7 @@ config SENSORS_NTC_THERMISTOR B57891S0103 from EPCOS. This driver can also be built as a module. If so, the module - will be called ntc-thermistor. + will be called ntc_thermistor. config SENSORS_NCT6683 tristate "Nuvoton NCT6683D"