Skip to content

Commit 3302212

Browse files
phdmbroonie
authored andcommitted
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>
1 parent ed47990 commit 3302212

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/power/regulator/consumer.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ A consumer can enable its power supply by calling::
4141
int regulator_enable(regulator);
4242

4343
NOTE:
44-
The supply may already be enabled before regulator_enabled() is called.
44+
The supply may already be enabled before regulator_enable() is called.
4545
This may happen if the consumer shares the regulator or the regulator has been
4646
previously enabled by bootloader or kernel board initialization code.
4747

0 commit comments

Comments
 (0)