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>
This commit is contained in:
Dr. David Alan Gilbert 2009-11-22 14:53:15 +00:00 committed by Jiri Kosina
parent 86185af927
commit 1b35edaf9f
1 changed files with 1 additions and 1 deletions

View File

@ -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.