diff options
author | Charles Keepax <ckeepax@opensource.wolfsonmicro.com> | 2013-05-21 10:04:07 -0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2013-05-21 11:35:40 -0400 |
commit | ce0d10f887cabf9f16d1cbb60ef013021befbfdf (patch) | |
tree | de1a042e93c7bc8451af8f5f081b5a04a5440da1 /drivers/regulator | |
parent | c7788792a5e7b0d5d7f96d0766b4cb6112d47d75 (diff) |
regulator: core: Correct spelling mistake in comment
Signed-off-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'drivers/regulator')
-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); | |||
2702 | /** | 2702 | /** |
2703 | * regulator_set_current_limit - set regulator output current limit | 2703 | * regulator_set_current_limit - set regulator output current limit |
2704 | * @regulator: regulator source | 2704 | * @regulator: regulator source |
2705 | * @min_uA: Minimuum supported current in uA | 2705 | * @min_uA: Minimum supported current in uA |
2706 | * @max_uA: Maximum supported current in uA | 2706 | * @max_uA: Maximum supported current in uA |
2707 | * | 2707 | * |
2708 | * Sets current sink to the desired output current. This can be set during | 2708 | * Sets current sink to the desired output current. This can be set during |