All of lore.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

* Re: [PATCH] regulator: core: Spell fix
  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
  0 siblings, 1 reply; 3+ messages in thread
From: Mark Brown @ 2015-08-13 13:15 UTC (permalink / raw)
  To: Viresh Kumar
  Cc: Liam Girdwood, open list:VOLTAGE AND CURRENT REGULATOR FRAMEWORK

[-- Attachment #1: Type: text/plain, Size: 153 bytes --]

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" :)

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 473 bytes --]

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

* Re: [PATCH] regulator: core: Spell fix
  2015-08-13 13:15 ` Mark Brown
@ 2015-08-14  2:04   ` Viresh Kumar
  0 siblings, 0 replies; 3+ messages in thread
From: Viresh Kumar @ 2015-08-14  2:04 UTC (permalink / raw)
  To: Mark Brown
  Cc: Liam Girdwood, open list:VOLTAGE AND CURRENT REGULATOR FRAMEWORK

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

-- 
viresh

^ permalink raw reply	[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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.