diff mbox series

[next] leds: lgm: Fix spelling mistake "prepate" -> "prepare"

Message ID 20210222134939.1510720-1-colin.king@canonical.com
State New
Headers show
Series [next] leds: lgm: Fix spelling mistake "prepate" -> "prepare" | expand

Commit Message

Colin King Feb. 22, 2021, 1:49 p.m. UTC
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(-)

Comments

Pavel Machek April 25, 2021, 8:38 p.m. UTC | #1
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
diff mbox series

Patch

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;
 	}