diff options
author | Philippe De Muyter <phdm@macqel.be> | 2023-04-26 21:33:02 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2023-04-27 21:55:38 +0100 |
commit | 3302212f0384ab286b65683bc340f3953f88f70a (patch) | |
tree | 46982b0ffe0f09db0646ee34655cef4c3b6aec89 /Documentation/power | |
parent | ed479907ff79007548c3bd1aed387f8cf0a62065 (diff) | |
download | linux-stable-3302212f0384ab286b65683bc340f3953f88f70a.tar.gz linux-stable-3302212f0384ab286b65683bc340f3953f88f70a.tar.bz2 linux-stable-3302212f0384ab286b65683bc340f3953f88f70a.zip |
regulator: consumer.rst: fix 'regulator_enable' typo.
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>
Link: https://lore.kernel.org/r/1682537582-2314-1-git-send-email-Philippe.DeMuyter@macq.eu
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'Documentation/power')
-rw-r--r-- | Documentation/power/regulator/consumer.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/power/regulator/consumer.rst b/Documentation/power/regulator/consumer.rst index 0cd8cc1275a7..85c2bf5ac07e 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. |