From: Dr. David Alan Gilbert Date: Sun, 22 Nov 2009 14:53:15 +0000 (+0000) Subject: doc: fix regulator docs cut-and-pasteism X-Git-Tag: firefly_0821_release~9833^2~3922^2^2~5 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=1b35edaf9ff33ee44db24aa38060061927a89185;p=firefly-linux-kernel-4.4.55.git doc: fix regulator docs cut-and-pasteism Minor copy-and-pasteism in the regulator docs (against git from today): Signed-off-by: Dave Gilbert Signed-off-by: Jiri Kosina --- 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.