diff options
| author | Felix Gu <ustc.gu@gmail.com> | 2026-02-24 20:23:30 +0800 |
|---|---|---|
| committer | Mark Brown <broonie@kernel.org> | 2026-02-24 17:31:56 +0000 |
| commit | bfd7db781e2e7a99b086d645a104d16e368f58ff (patch) | |
| tree | eaf1677b8afcbaacdbfe044fe55c334242fcb43f /drivers | |
| parent | 4baaddaa44af01cd4ce239493060738fd0881835 (diff) | |
regulator: Kconfig: fix a typo
Fixes a typo in Kconfig, HWWON -> HWMON
Signed-off-by: Felix Gu <ustc.gu@gmail.com>
Link: https://patch.msgid.link/20260224-kconfig-v1-1-b0c5459ed7a0@gmail.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/regulator/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
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" |
