backlight: qcom-wled: Fix spelling mistake "trigged" -> "triggered"
authorColin Ian King <colin.king@canonical.com>
Tue, 12 Nov 2019 09:30:25 +0000 (09:30 +0000)
committerLee Jones <lee.jones@linaro.org>
Wed, 13 Nov 2019 11:31:52 +0000 (11:31 +0000)
There is a spelling mistake in a dev_err error message. Fix it.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Reviewed-by: Daniel Thompson <daniel.thompson@linaro.org>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
drivers/video/backlight/qcom-wled.c

index 33b6007..d46052d 100644 (file)
@@ -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;