aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video
diff options
context:
space:
mode:
authorColin Ian King <colin.king@canonical.com>2019-11-12 09:30:25 +0000
committerLee Jones <lee.jones@linaro.org>2019-11-13 11:31:52 +0000
commit102a1b382177d89f75bc49b931c329a317cf531f (patch)
treea0e435e01235f74b37b2fd5165252ef3953e2841 /drivers/video
parentbacklight: gpio: Pull gpio_backlight_initial_power_state() into probe (diff)
downloadlinux-dev-102a1b382177d89f75bc49b931c329a317cf531f.tar.xz
linux-dev-102a1b382177d89f75bc49b931c329a317cf531f.zip
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>
Diffstat (limited to 'drivers/video')
-rw-r--r--drivers/video/backlight/qcom-wled.c2
1 files changed, 1 insertions, 1 deletions
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;