diff options
author | Viresh Kumar <viresh.kumar@linaro.org> | 2015-08-13 08:39:49 -0400 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2015-08-13 09:15:18 -0400 |
commit | d3fb9800146b7ad96b7604755c1a943fe1abbde2 (patch) | |
tree | a837b69777932048ede064b3f060a3605a00cb40 | |
parent | 7cd71c3ba166913a0afb8ac0d6bd5d2730fea6df (diff) |
regulator: core: Spelling fix
Trivial spell fix, s/succesfully/successfully.
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Mark Brown <broonie@kernel.org>
-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 62e4f3bd5783..999a94b9735e 100644 --- a/drivers/regulator/core.c +++ b/drivers/regulator/core.c | |||
@@ -2723,7 +2723,7 @@ int regulator_set_voltage(struct regulator *regulator, int min_uV, int max_uV) | |||
2723 | goto out; | 2723 | goto out; |
2724 | 2724 | ||
2725 | /* If we're trying to set a range that overlaps the current voltage, | 2725 | /* If we're trying to set a range that overlaps the current voltage, |
2726 | * return succesfully even though the regulator does not support | 2726 | * return successfully even though the regulator does not support |
2727 | * changing the voltage. | 2727 | * changing the voltage. |
2728 | */ | 2728 | */ |
2729 | if (!(rdev->constraints->valid_ops_mask & REGULATOR_CHANGE_VOLTAGE)) { | 2729 | if (!(rdev->constraints->valid_ops_mask & REGULATOR_CHANGE_VOLTAGE)) { |