From: Viresh Kumar Date: Thu, 13 Aug 2015 12:39:49 +0000 (+0530) Subject: regulator: core: Spelling fix X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=d3fb9800146b7ad96b7604755c1a943fe1abbde2;p=linux.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 62e4f3bd57830..999a94b9735e0 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)) {