From: Arvind Yadav Date: Sun, 29 Oct 2017 05:55:47 +0000 (+0530) Subject: leds: lp55xx: fix spelling mistake: 'cound' -> 'could' X-Git-Tag: v4.19~2200^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f2ea85d760fbfb8f9f81c7309c6e361119ce7a32;p=platform%2Fkernel%2Flinux-rpi.git leds: lp55xx: fix spelling mistake: 'cound' -> 'could' Trivial fix to spelling mistakes in 'lp5523_init_program_engine'. Signed-off-by: Arvind Yadav Signed-off-by: Jacek Anaszewski --- 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; }