linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH][next] regulator: mt6360: fix spelling mistake: "regulaotr" -> "regulator"
@ 2020-08-27 13:34 Piyush Goyal
  2020-08-27 13:57 ` Mark Brown
  0 siblings, 1 reply; 2+ messages in thread
From: Piyush Goyal @ 2020-08-27 13:34 UTC (permalink / raw)
  To: Liam Girdwood, Mark Brown, Matthias Brugger, linux-arm-kernel,
	linux-mediatek
  Cc: linux-kernel

There are some spelling mistakes in two dev_err messages. Fix these.

Signed-off-by: Piyush Goyal <piyushgoyaliit@gmail.com>
---
 drivers/regulator/mt6360-regulator.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/regulator/mt6360-regulator.c b/drivers/regulator/mt6360-regulator.c
index 89ce379520ed..15308ee29c13 100644
--- a/drivers/regulator/mt6360-regulator.c
+++ b/drivers/regulator/mt6360-regulator.c
@@ -424,14 +424,14 @@ static int mt6360_regulator_probe(struct platform_device *pdev)
 
 		rdev = devm_regulator_register(&pdev->dev, &rdesc->desc, &config);
 		if (IS_ERR(rdev)) {
-			dev_err(&pdev->dev, "Failed to register  %d regulaotr\n", i);
+			dev_err(&pdev->dev, "Failed to register  %d regulator\n", i);
 			return PTR_ERR(rdev);
 		}
 
 		ret = mt6360_regulator_irq_register(pdev, rdev, rdesc->irq_tables,
 						    rdesc->irq_table_size);
 		if (ret) {
-			dev_err(&pdev->dev, "Failed to register  %d regulaotr irqs\n", i);
+			dev_err(&pdev->dev, "Failed to register  %d regulator irqs\n", i);
 			return ret;
 		}
 	}
-- 
2.25.1


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

* Re: [PATCH][next] regulator: mt6360: fix spelling mistake: "regulaotr" -> "regulator"
  2020-08-27 13:34 [PATCH][next] regulator: mt6360: fix spelling mistake: "regulaotr" -> "regulator" Piyush Goyal
@ 2020-08-27 13:57 ` Mark Brown
  0 siblings, 0 replies; 2+ messages in thread
From: Mark Brown @ 2020-08-27 13:57 UTC (permalink / raw)
  To: linux-arm-kernel, Liam Girdwood, Piyush Goyal, linux-mediatek,
	Matthias Brugger
  Cc: linux-kernel

On Thu, 27 Aug 2020 19:04:19 +0530, Piyush Goyal wrote:
> There are some spelling mistakes in two dev_err messages. Fix these.

Applied to

   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git for-next

Thanks!

[1/1] regulator: mt6360: fix spelling mistake: "regulaotr" -> "regulator"
      commit: 18ccf8b9f8645e82c65c8c9c9095f456a4eb56a3

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

Thanks,
Mark

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

end of thread, other threads:[~2020-08-27 14:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-27 13:34 [PATCH][next] regulator: mt6360: fix spelling mistake: "regulaotr" -> "regulator" Piyush Goyal
2020-08-27 13:57 ` Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).