aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Documentation/power/regulator/consumer.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/power/regulator/consumer.rst')
-rw-r--r--Documentation/power/regulator/consumer.rst2
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.