Skip to content

Commit e3ff0c7

Browse files
SpieringsAEgroeck
authored andcommitted
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 <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>
1 parent 69af654 commit e3ff0c7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/hwmon/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1625,7 +1625,7 @@ config SENSORS_NTC_THERMISTOR
16251625
B57891S0103 from EPCOS.
16261626

16271627
This driver can also be built as a module. If so, the module
1628-
will be called ntc-thermistor.
1628+
will be called ntc_thermistor.
16291629

16301630
config SENSORS_NCT6683
16311631
tristate "Nuvoton NCT6683D"

0 commit comments

Comments
 (0)