diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2023-05-06 17:06:09 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2023-05-06 17:06:09 +0200 |
commit | 27e0c8461c0aa2454d236924421e1c078cb77f21 (patch) | |
tree | 485c8844d18e0c3022d89a8ef1ea45303fb68542 /Documentation | |
parent | Merge tag '6.4-rc-ksmbd-server-fixes-part2' of git://git.samba.org/ksmbd (diff) | |
parent | regulator: consumer.rst: fix 'regulator_enable' typo. (diff) | |
download | linux-27e0c8461c0aa2454d236924421e1c078cb77f21.tar.xz linux-27e0c8461c0aa2454d236924421e1c078cb77f21.zip |
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.
Diffstat (limited to 'Documentation')
-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. |