public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] regulator: core: Spell fix
@ 2015-08-13 12:39 Viresh Kumar
  2015-08-13 13:15 ` Mark Brown
  0 siblings, 1 reply; 3+ messages in thread
From: Viresh Kumar @ 2015-08-13 12:39 UTC (permalink / raw)
  To: broonie
  Cc: Viresh Kumar, Liam Girdwood,
	open list:VOLTAGE AND CURRENT REGULATOR FRAMEWORK

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(-)

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)) {
-- 
2.4.0


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-08-14  2:04 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-13 12:39 [PATCH] regulator: core: Spell fix Viresh Kumar
2015-08-13 13:15 ` Mark Brown
2015-08-14  2:04   ` Viresh Kumar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox