diff options
-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 |