diff options
author | Dr. David Alan Gilbert <linux@treblig.org> | 2009-11-22 17:53:15 +0300 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2009-12-04 17:39:58 +0300 |
commit | 1b35edaf9ff33ee44db24aa38060061927a89185 (patch) | |
tree | 2bcfce8decd77879f8c88d97d5139377fc25e99d /Documentation/power | |
parent | 86185af927bebbb094f686ce5e3c908c7a418f4c (diff) | |
download | linux-1b35edaf9ff33ee44db24aa38060061927a89185.tar.xz |
doc: fix regulator docs cut-and-pasteism
Minor copy-and-pasteism in the regulator docs (against
git from today):
Signed-off-by: Dave Gilbert <linux@treblig.org>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'Documentation/power')
-rw-r--r-- | Documentation/power/regulator/consumer.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/power/regulator/consumer.txt b/Documentation/power/regulator/consumer.txt index 5f83fd24ea84..cdebb5145c25 100644 --- a/Documentation/power/regulator/consumer.txt +++ b/Documentation/power/regulator/consumer.txt @@ -104,7 +104,7 @@ to set the limit to 500mA when supplying power. Consumers can control their supply current limit by calling :- -int regulator_set_current_limit(regulator, min_uV, max_uV); +int regulator_set_current_limit(regulator, min_uA, max_uA); Where min_uA and max_uA are the minimum and maximum acceptable current limit in microamps. |