Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1206784 > unrolled thread

[PATCH] regulator: core: Spell fix

Started byViresh Kumar <viresh.kumar@linaro.org>
First post2015-08-13 14:50 +0200
Last post2015-08-14 04:10 +0200
Articles 3 — 2 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH] regulator: core: Spell fix Viresh Kumar <viresh.kumar@linaro.org> - 2015-08-13 14:50 +0200
    Re: [PATCH] regulator: core: Spell fix Mark Brown <broonie@kernel.org> - 2015-08-13 15:20 +0200
      Re: [PATCH] regulator: core: Spell fix Viresh Kumar <viresh.kumar@linaro.org> - 2015-08-14 04:10 +0200

#1206784 — [PATCH] regulator: core: Spell fix

FromViresh Kumar <viresh.kumar@linaro.org>
Date2015-08-13 14:50 +0200
Subject[PATCH] regulator: core: Spell fix
Message-ID<pX07g-3zv-3@gated-at.bofh.it>
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

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [next] | [standalone]


#1206805

FromMark Brown <broonie@kernel.org>
Date2015-08-13 15:20 +0200
Message-ID<pX0Ah-4mV-9@gated-at.bofh.it>
In reply to#1206784

[Multipart message — attachments visible in raw view] — view raw

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

[toc] | [prev] | [next] | [standalone]


#1207289

FromViresh Kumar <viresh.kumar@linaro.org>
Date2015-08-14 04:10 +0200
Message-ID<pXcBs-4RB-7@gated-at.bofh.it>
In reply to#1206805
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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web