diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2013-05-30 12:58:37 +0200 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2013-05-30 12:58:37 +0200 |
commit | 435494acd6d4b3b7300191dd8af3163782ab30b5 (patch) | |
tree | 2a60c5e07b7abe68873f206292e5433a59689782 /drivers | |
parent | Linux 3.10-rc3 (diff) | |
parent | regulator: core: Correct spelling mistake in comment (diff) | |
download | linux-435494acd6d4b3b7300191dd8af3163782ab30b5.tar.xz linux-435494acd6d4b3b7300191dd8af3163782ab30b5.zip |
Merge remote-tracking branch 'regulator/fix/core' into regulator-linus
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/regulator/core.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/regulator/core.c b/drivers/regulator/core.c index 6e5017841582..5e50b20f0f96 100644 --- a/drivers/regulator/core.c +++ b/drivers/regulator/core.c @@ -2702,7 +2702,7 @@ EXPORT_SYMBOL_GPL(regulator_get_voltage); /** * regulator_set_current_limit - set regulator output current limit * @regulator: regulator source - * @min_uA: Minimuum supported current in uA + * @min_uA: Minimum supported current in uA * @max_uA: Maximum supported current in uA * * Sets current sink to the desired output current. This can be set during |