[PATCH] Documentation: regulator/consumer.rst: fix 'regulator_enable' typo.

Philippe De Muyter posted 1 patch 2 years, 7 months ago
Documentation/power/regulator/consumer.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] Documentation: regulator/consumer.rst: fix 'regulator_enable' typo.
Posted by Philippe De Muyter 2 years, 7 months ago
From: Philippe De Muyter <phdm@macqel.be>

Removing an erroneous 'd' at the end of 'regulator_enable'.

Signed-off-by: Philippe De Muyter <phdm@macqel.be>
Cc: Liam Girdwood <lgirdwood@gmail.com>
Cc: Mark Brown <broonie@kernel.org>
---
 Documentation/power/regulator/consumer.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/power/regulator/consumer.rst b/Documentation/power/regulator/consumer.rst
index 0cd8cc1..85c2bf5 100644
--- a/Documentation/power/regulator/consumer.rst
+++ b/Documentation/power/regulator/consumer.rst
@@ -41,7 +41,7 @@ A consumer can enable its power supply by calling::
 	int regulator_enable(regulator);
 
 NOTE:
-  The supply may already be enabled before regulator_enabled() is called.
+  The supply may already be enabled before regulator_enable() is called.
   This may happen if the consumer shares the regulator or the regulator has been
   previously enabled by bootloader or kernel board initialization code.
 
-- 
1.8.4
Re: [PATCH] Documentation: regulator/consumer.rst: fix 'regulator_enable' typo.
Posted by Mark Brown 2 years, 7 months ago
On Wed, 26 Apr 2023 21:33:02 +0200, Philippe De Muyter wrote:
> Removing an erroneous 'd' at the end of 'regulator_enable'.
> 
> 

Applied to

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

Thanks!

[1/1] Documentation: regulator/consumer.rst: fix 'regulator_enable' typo.
      commit: 3302212f0384ab286b65683bc340f3953f88f70a

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
Re: [PATCH] Documentation: regulator/consumer.rst: fix 'regulator_enable' typo.
Posted by Mark Brown 2 years, 7 months ago
On Wed, Apr 26, 2023 at 09:33:02PM +0200, Philippe De Muyter wrote:
> From: Philippe De Muyter <phdm@macqel.be>
> 
> Removing an erroneous 'd' at the end of 'regulator_enable'.
> 
> Signed-off-by: Philippe De Muyter <phdm@macqel.be>

Please submit patches using subject lines reflecting the style for the
subsystem, this makes it easier for people to identify relevant patches.
Look at what existing commits in the area you're changing are doing and
make sure your subject lines visually resemble what they're doing.
There's no need to resubmit to fix this alone.