Skip to content

Commit 27e0c84

Browse files
committed
Merge tag 'regulator-fix-v6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator
Pull regulator fix from Mark Brown: "A trivial typo fix that came in during the merge window" * tag 'regulator-fix-v6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator: regulator: consumer.rst: fix 'regulator_enable' typo.
2 parents 2e1e133 + 3302212 commit 27e0c84

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)