* [PATCH] leds: lp55xx: fix spelling mistake: 'cound' -> 'could'
@ 2017-10-29 5:55 Arvind Yadav
2017-10-30 19:45 ` Jacek Anaszewski
0 siblings, 1 reply; 2+ messages in thread
From: Arvind Yadav @ 2017-10-29 5:55 UTC (permalink / raw)
To: rpurdie, jacek.anaszewski, pavel; +Cc: linux-kernel, linux-leds
Trivial fix to spelling mistakes in 'lp5523_init_program_engine'.
Signed-off-by: Arvind Yadav <arvind.yadav.cs@gmail.com>
---
drivers/leds/leds-lp5523.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/leds/leds-lp5523.c b/drivers/leds/leds-lp5523.c
index 924e50a..52b6f529 100644
--- a/drivers/leds/leds-lp5523.c
+++ b/drivers/leds/leds-lp5523.c
@@ -323,7 +323,7 @@ static int lp5523_init_program_engine(struct lp55xx_chip *chip)
if (status != LP5523_ENG_STATUS_MASK) {
dev_err(&chip->cl->dev,
- "cound not configure LED engine, status = 0x%.2x\n",
+ "could not configure LED engine, status = 0x%.2x\n",
status);
ret = -1;
}
--
2.7.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] leds: lp55xx: fix spelling mistake: 'cound' -> 'could'
2017-10-29 5:55 [PATCH] leds: lp55xx: fix spelling mistake: 'cound' -> 'could' Arvind Yadav
@ 2017-10-30 19:45 ` Jacek Anaszewski
0 siblings, 0 replies; 2+ messages in thread
From: Jacek Anaszewski @ 2017-10-30 19:45 UTC (permalink / raw)
To: Arvind Yadav, rpurdie, pavel; +Cc: linux-kernel, linux-leds
Hi Arvind,
Thanks for the patch.
On 10/29/2017 06:55 AM, Arvind Yadav wrote:
> Trivial fix to spelling mistakes in 'lp5523_init_program_engine'.
>
> Signed-off-by: Arvind Yadav <arvind.yadav.cs@gmail.com>
> ---
> drivers/leds/leds-lp5523.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/leds/leds-lp5523.c b/drivers/leds/leds-lp5523.c
> index 924e50a..52b6f529 100644
> --- a/drivers/leds/leds-lp5523.c
> +++ b/drivers/leds/leds-lp5523.c
> @@ -323,7 +323,7 @@ static int lp5523_init_program_engine(struct lp55xx_chip *chip)
>
> if (status != LP5523_ENG_STATUS_MASK) {
> dev_err(&chip->cl->dev,
> - "cound not configure LED engine, status = 0x%.2x\n",
> + "could not configure LED engine, status = 0x%.2x\n",
> status);
> ret = -1;
> }
>
Applied.
--
Best regards,
Jacek Anaszewski
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-10-30 19:46 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-10-29 5:55 [PATCH] leds: lp55xx: fix spelling mistake: 'cound' -> 'could' Arvind Yadav
2017-10-30 19:45 ` Jacek Anaszewski
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).