Message ID | 77c5c10b733955643d093ad20809a1fa5426ee8f.1439469573.git.viresh.kumar@linaro.org |
---|---|
State | Accepted |
Commit | d3fb9800146b7ad96b7604755c1a943fe1abbde2 |
Headers | show |
On 13-08-15, 14:15, Mark Brown wrote: > On Thu, Aug 13, 2015 at 06:09:49PM +0530, Viresh Kumar wrote: > > Trivial spell fix, s/succesfully/successfully. > > That's "spelling fix" not "spell fix" :) :( Thanks for fixing/applying it :)
diff --git a/drivers/regulator/core.c b/drivers/regulator/core.c index 78387a6cbae5..d9ede38866b6 100644 --- a/drivers/regulator/core.c +++ b/drivers/regulator/core.c @@ -2722,7 +2722,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)) {
Trivial spell fix, s/succesfully/successfully. Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org> --- drivers/regulator/core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)