From: Viresh Kumar Date: Thu, 13 Aug 2015 12:39:49 +0000 (+0530) Subject: regulator: core: Spelling fix X-Git-Tag: firefly_0821_release~176^2~1211^2~6^2~2 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=d3fb9800146b7ad96b7604755c1a943fe1abbde2;p=firefly-linux-kernel-4.4.55.git regulator: core: Spelling fix Trivial spell fix, s/succesfully/successfully. Signed-off-by: Viresh Kumar Signed-off-by: Mark Brown --- 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)) {