Commit 27e0c846 authored by Linus Torvalds's avatar Linus Torvalds

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.
parents 2e1e1337 3302212f
...@@ -41,7 +41,7 @@ A consumer can enable its power supply by calling:: ...@@ -41,7 +41,7 @@ A consumer can enable its power supply by calling::
int regulator_enable(regulator); int regulator_enable(regulator);
NOTE: 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 This may happen if the consumer shares the regulator or the regulator has been
previously enabled by bootloader or kernel board initialization code. previously enabled by bootloader or kernel board initialization code.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment