hwmon: (ntc_thermistor) Fix module name in the Kconfig
authorMaud Spierings <maudspierings@gocontroll.com>
Thu, 27 Feb 2025 12:57:51 +0000 (13:57 +0100)
committerGuenter Roeck <linux@roeck-us.net>
Sun, 2 Mar 2025 16:36:08 +0000 (08:36 -0800)
The module name is incorrectly stated with a hyphen while it is an
underscore.

Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Maud Spierings <maudspierings@gocontroll.com>
Link: https://lore.kernel.org/r/20250227-ntc_thermistor_fixes-v1-1-70fa73200b52@gocontroll.com
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
drivers/hwmon/Kconfig

index f114d0c55d7831fc5d914d19a6e543cb2dbb5659..56494ab85b83b1c10a7dbf3085abea2900e9aaa1 100644 (file)
@@ -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"