linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH][next] leds: lgm: Fix spelling mistake "prepate" -> "prepare"
@ 2021-02-22 13:49 Colin King
  2021-04-25 20:38 ` Pavel Machek
  0 siblings, 1 reply; 2+ messages in thread
From: Colin King @ 2021-02-22 13:49 UTC (permalink / raw)
  To: Pavel Machek, Dan Murphy, Amireddy Mallikarjuna, linux-leds
  Cc: kernel-janitors, linux-kernel

From: Colin Ian King <colin.king@canonical.com>

There is a spelling mistake in a dev_err error message. Fix it.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
 drivers/leds/blink/leds-lgm-sso.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/leds/blink/leds-lgm-sso.c b/drivers/leds/blink/leds-lgm-sso.c
index 7d5c9ca007d6..6a63846d10b5 100644
--- a/drivers/leds/blink/leds-lgm-sso.c
+++ b/drivers/leds/blink/leds-lgm-sso.c
@@ -793,7 +793,7 @@ static int intel_sso_led_probe(struct platform_device *pdev)
 
 	ret = clk_prepare_enable(priv->gclk);
 	if (ret) {
-		dev_err(dev, "Failed to prepate/enable sso gate clock!\n");
+		dev_err(dev, "Failed to prepare/enable sso gate clock!\n");
 		return ret;
 	}
 
-- 
2.30.0


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

* Re: [PATCH][next] leds: lgm: Fix spelling mistake "prepate" -> "prepare"
  2021-02-22 13:49 [PATCH][next] leds: lgm: Fix spelling mistake "prepate" -> "prepare" Colin King
@ 2021-04-25 20:38 ` Pavel Machek
  0 siblings, 0 replies; 2+ messages in thread
From: Pavel Machek @ 2021-04-25 20:38 UTC (permalink / raw)
  To: Colin King
  Cc: Dan Murphy, Amireddy Mallikarjuna, linux-leds, kernel-janitors,
	linux-kernel

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

Hi!

> There is a spelling mistake in a dev_err error message. Fix it.
> 
> Signed-off-by: Colin Ian King <colin.king@canonical.com>

Thanks, applied.
								Pavel
-- 
http://www.livejournal.com/~pavelmachek

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

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

end of thread, other threads:[~2021-04-25 20:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-22 13:49 [PATCH][next] leds: lgm: Fix spelling mistake "prepate" -> "prepare" Colin King
2021-04-25 20:38 ` Pavel Machek

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