aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/leds
diff options
context:
space:
mode:
authorArvind Yadav <arvind.yadav.cs@gmail.com>2017-10-29 11:25:47 +0530
committerJacek Anaszewski <jacek.anaszewski@gmail.com>2017-10-30 20:39:33 +0100
commitf2ea85d760fbfb8f9f81c7309c6e361119ce7a32 (patch)
tree739a385ca4cd36e9c6952d73fa782d4cb4f42af2 /drivers/leds
parentleds: Convert timers to use timer_setup() (diff)
downloadlinux-dev-f2ea85d760fbfb8f9f81c7309c6e361119ce7a32.tar.xz
linux-dev-f2ea85d760fbfb8f9f81c7309c6e361119ce7a32.zip
leds: lp55xx: fix spelling mistake: 'cound' -> 'could'
Trivial fix to spelling mistakes in 'lp5523_init_program_engine'. Signed-off-by: Arvind Yadav <arvind.yadav.cs@gmail.com> Signed-off-by: Jacek Anaszewski <jacek.anaszewski@gmail.com>
Diffstat (limited to 'drivers/leds')
-rw-r--r--drivers/leds/leds-lp5523.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/leds/leds-lp5523.c b/drivers/leds/leds-lp5523.c
index 924e50aefb00..52b6f529e278 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;
}