diff options
author | Viresh Kumar | 2015-08-13 18:09:49 +0530 |
---|---|---|
committer | Mark Brown | 2015-08-13 14:15:18 +0100 |
commit | d3fb9800146b7ad96b7604755c1a943fe1abbde2 (patch) | |
tree | a837b69777932048ede064b3f060a3605a00cb40 /drivers/regulator | |
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>
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 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) goto out; /* If we're trying to set a range that overlaps the current voltage, - * return succesfully even though the regulator does not support + * return successfully even though the regulator does not support * changing the voltage. */ if (!(rdev->constraints->valid_ops_mask & REGULATOR_CHANGE_VOLTAGE)) { |