From 102a1b382177d89f75bc49b931c329a317cf531f Mon Sep 17 00:00:00 2001 From: Colin Ian King Date: Tue, 12 Nov 2019 09:30:25 +0000 Subject: backlight: qcom-wled: Fix spelling mistake "trigged" -> "triggered" There is a spelling mistake in a dev_err error message. Fix it. Signed-off-by: Colin Ian King Reviewed-by: Daniel Thompson Signed-off-by: Lee Jones --- drivers/video/backlight/qcom-wled.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drivers/video') diff --git a/drivers/video/backlight/qcom-wled.c b/drivers/video/backlight/qcom-wled.c index 33b6007c5e55..d46052d8ff41 100644 --- a/drivers/video/backlight/qcom-wled.c +++ b/drivers/video/backlight/qcom-wled.c @@ -322,7 +322,7 @@ static irqreturn_t wled_short_irq_handler(int irq, void *_wled) wled->short_count = 1; if (wled->short_count > WLED_SHORT_CNT_MAX) { - dev_err(wled->dev, "Short trigged %d times, disabling WLED forever!\n", + dev_err(wled->dev, "Short triggered %d times, disabling WLED forever!\n", wled->short_count); wled->disabled_by_short = true; goto unlock_mutex; -- cgit v1.2.3-59-g8ed1b