diff mbox series

[1/3] hwmon: (ntc_thermistor) Fix module name in the Kconfig

Message ID 20250227-ntc_thermistor_fixes-v1-1-70fa73200b52@gocontroll.com (mailing list archive)
State Accepted
Headers show
Series hwmon: (ntc_thermistor) typo fixes and incorrect table fix | expand

Commit Message

Maud Spierings via B4 Relay Feb. 27, 2025, 12:57 p.m. UTC
From: Maud Spierings <maudspierings@gocontroll.com>

The module name is incorrectly stated with a hyphen while it is an
underscore.

Signed-off-by: Maud Spierings <maudspierings@gocontroll.com>
---
 drivers/hwmon/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Guenter Roeck March 2, 2025, 4:32 p.m. UTC | #1
On Thu, Feb 27, 2025 at 01:57:51PM +0100, Maud Spierings via B4 Relay wrote:
> From: Maud Spierings <maudspierings@gocontroll.com>
> 
> The module name is incorrectly stated with a hyphen while it is an
> underscore.
> 
> Signed-off-by: Maud Spierings <maudspierings@gocontroll.com>

Applied.

Thanks,
Guenter
diff mbox series

Patch

diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig
index f114d0c55d7831fc5d914d19a6e543cb2dbb5659..56494ab85b83b1c10a7dbf3085abea2900e9aaa1 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"