projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ed47990
)
regulator: consumer.rst: fix 'regulator_enable' typo.
author
Philippe De Muyter
<phdm@macqel.be>
Wed, 26 Apr 2023 19:33:02 +0000
(21:33 +0200)
committer
Mark Brown
<broonie@kernel.org>
Thu, 27 Apr 2023 20:55:38 +0000
(21:55 +0100)
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>
Documentation/power/regulator/consumer.rst
patch
|
blob
|
history
diff --git
a/Documentation/power/regulator/consumer.rst
b/Documentation/power/regulator/consumer.rst
index
0cd8cc1
..
85c2bf5
100644
(file)
--- 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_enable
d
() 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.