diff options
author | Colin Ian King <colin.i.king@gmail.com> | 2025-07-24 12:31:12 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2025-07-24 12:39:05 +0100 |
commit | 71d141edbfa3e0a213c537e979790835550270d6 (patch) | |
tree | cc4a241d4c112f043272c6822f47ebc0d1d65992 | |
parent | d511206dc7443120637efd9cfa3ab06a26da33dd (diff) |
regulator: Kconfig: Fix spelling mistake "regualtor" -> "regulator"
There is a spelling mistake in the REGULATOR_RT4803 config. Fix it.
Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Link: https://patch.msgid.link/20250724113113.143009-1-colin.i.king@gmail.com
Signed-off-by: Mark Brown <broonie@kernel.org>
-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 7423954153b0..eaa6df1c9f80 100644 --- a/drivers/regulator/Kconfig +++ b/drivers/regulator/Kconfig @@ -1203,7 +1203,7 @@ config REGULATOR_RT4801 The device supports two regulators (DSVP/DSVN). config REGULATOR_RT4803 - tristate "Richtek RT4803 boost regualtor" + tristate "Richtek RT4803 boost regulator" depends on I2C select REGMAP_I2C help |