[PATCH] regulator: Kconfig: fix a typo

From: Felix Gu

Date: Tue Feb 24 2026 - 07:25:38 EST


Fixes a typo in Kconfig, HWWON -> HWMON

Signed-off-by: Felix Gu <ustc.gu@xxxxxxxxx>
---
drivers/regulator/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/regulator/Kconfig b/drivers/regulator/Kconfig
index a708fc63f581..d10b6f9243d5 100644
--- a/drivers/regulator/Kconfig
+++ b/drivers/regulator/Kconfig
@@ -508,7 +508,7 @@ config REGULATOR_FP9931
This driver supports the FP9931/JD9930 voltage regulator chip
which is used to provide power to Electronic Paper Displays
so it is found in E-Book readers.
- If HWWON is enabled, it also provides temperature measurement.
+ If HWMON is enabled, it also provides temperature measurement.

config REGULATOR_LM363X
tristate "TI LM363X voltage regulators"

---
base-commit: 779cae956c8316aebc1946ef86ca001f99658270
change-id: 20260224-kconfig-458ce63b25da

Best regards,
--
Felix Gu <ustc.gu@xxxxxxxxx>