2021-07-19 10:35:14

by Colin King

[permalink] [raw]
Subject: [PATCH] regulator: Fix a couple of spelling mistakes in Kconfig

From: Colin Ian King <[email protected]>

There are a couple of spelling mistakes in the Kconfig text. Fix them.

Signed-off-by: Colin Ian King <[email protected]>
---
drivers/regulator/Kconfig | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/regulator/Kconfig b/drivers/regulator/Kconfig
index 6562d4c243b0..c63d5faa883c 100644
--- a/drivers/regulator/Kconfig
+++ b/drivers/regulator/Kconfig
@@ -1044,7 +1044,7 @@ config REGULATOR_RT6160
help
This adds support for voltage regulator in Richtek RT6160.
This device automatically change voltage output mode from
- Buck or Boost. The mode transistion depend on the input source voltage.
+ Buck or Boost. The mode transition depend on the input source voltage.
The wide output range is from 2025mV to 5200mV and can be used on most
common application scenario.

@@ -1053,7 +1053,7 @@ config REGULATOR_RT6245
depends on I2C
select REGMAP_I2C
help
- This adds supprot for Richtek RT6245 voltage regulator.
+ This adds support for Richtek RT6245 voltage regulator.
It can support up to 14A output current and adjustable output voltage
from 0.4375V to 1.3875V, per step 12.5mV.

--
2.31.1


2021-07-19 14:39:43

by Mark Brown

[permalink] [raw]
Subject: Re: [PATCH] regulator: Fix a couple of spelling mistakes in Kconfig

On Mon, 19 Jul 2021 11:34:29 +0100, Colin King wrote:
> There are a couple of spelling mistakes in the Kconfig text. Fix them.

Applied to

https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git for-next

Thanks!

[1/1] regulator: Fix a couple of spelling mistakes in Kconfig
commit: f020e4d0b4016f5592d082cc3a1db430c567c4dc

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

Thanks,
Mark