Skip to content

Commit

Permalink
doc: fix regulator docs cut-and-pasteism
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Dr. David Alan Gilbert authored and Jiri Kosina committed Dec 4, 2009
1 parent 86185af commit 1b35eda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/power/regulator/consumer.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 1b35eda

Please sign in to comment.