Skip to content

Commit 102a1b3

Browse files
Colin Ian KingLee Jones
authored andcommitted
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 <colin.king@canonical.com> Reviewed-by: Daniel Thompson <daniel.thompson@linaro.org> Signed-off-by: Lee Jones <lee.jones@linaro.org>
1 parent 9afa302 commit 102a1b3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/video/backlight/qcom-wled.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ static irqreturn_t wled_short_irq_handler(int irq, void *_wled)
322322
wled->short_count = 1;
323323

324324
if (wled->short_count > WLED_SHORT_CNT_MAX) {
325-
dev_err(wled->dev, "Short trigged %d times, disabling WLED forever!\n",
325+
dev_err(wled->dev, "Short triggered %d times, disabling WLED forever!\n",
326326
wled->short_count);
327327
wled->disabled_by_short = true;
328328
goto unlock_mutex;

0 commit comments

Comments
 (0)