linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH][next] backlight: qcom-wled: fix spelling mistake "trigged" -> "triggered"
@ 2019-11-12  9:30 Colin King
  2019-11-12 11:40 ` Daniel Thompson
  2019-11-13 11:32 ` Lee Jones
  0 siblings, 2 replies; 3+ messages in thread
From: Colin King @ 2019-11-12  9:30 UTC (permalink / raw)
  To: Andy Gross, Bjorn Andersson, Lee Jones, Daniel Thompson,
	Jingoo Han, Bartlomiej Zolnierkiewicz, linux-arm-msm, dri-devel,
	linux-fbdev
  Cc: kernel-janitors, linux-kernel

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/video/backlight/qcom-wled.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH][next] backlight: qcom-wled: fix spelling mistake "trigged" -> "triggered"
  2019-11-12  9:30 [PATCH][next] backlight: qcom-wled: fix spelling mistake "trigged" -> "triggered" Colin King
@ 2019-11-12 11:40 ` Daniel Thompson
  2019-11-13 11:32 ` Lee Jones
  1 sibling, 0 replies; 3+ messages in thread
From: Daniel Thompson @ 2019-11-12 11:40 UTC (permalink / raw)
  To: Colin King
  Cc: Andy Gross, Bjorn Andersson, Lee Jones, Jingoo Han,
	Bartlomiej Zolnierkiewicz, linux-arm-msm, dri-devel, linux-fbdev,
	kernel-janitors, linux-kernel

On Tue, Nov 12, 2019 at 09:30:25AM +0000, Colin King wrote:
> 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>

Reviewed-by: Daniel Thompson <daniel.thompson@linaro.org>

> ---
>  drivers/video/backlight/qcom-wled.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> 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;
> -- 
> 2.20.1
> 

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH][next] backlight: qcom-wled: fix spelling mistake "trigged" -> "triggered"
  2019-11-12  9:30 [PATCH][next] backlight: qcom-wled: fix spelling mistake "trigged" -> "triggered" Colin King
  2019-11-12 11:40 ` Daniel Thompson
@ 2019-11-13 11:32 ` Lee Jones
  1 sibling, 0 replies; 3+ messages in thread
From: Lee Jones @ 2019-11-13 11:32 UTC (permalink / raw)
  To: Colin King
  Cc: Andy Gross, Bjorn Andersson, Daniel Thompson, Jingoo Han,
	Bartlomiej Zolnierkiewicz, linux-arm-msm, dri-devel, linux-fbdev,
	kernel-janitors, linux-kernel

On Tue, 12 Nov 2019, Colin King wrote:

> 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/video/backlight/qcom-wled.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied, thanks.

-- 
Lee Jones [李琼斯]
Linaro Services Technical Lead
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-11-13 11:32 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-12  9:30 [PATCH][next] backlight: qcom-wled: fix spelling mistake "trigged" -> "triggered" Colin King
2019-11-12 11:40 ` Daniel Thompson
2019-11-13 11:32 ` Lee Jones

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).