projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4940466
)
leds: lp55xx: fix spelling mistake: 'cound' -> 'could'
author
Arvind Yadav
<arvind.yadav.cs@gmail.com>
Sun, 29 Oct 2017 05:55:47 +0000
(11:25 +0530)
committer
Jacek Anaszewski
<jacek.anaszewski@gmail.com>
Mon, 30 Oct 2017 19:39:33 +0000
(20:39 +0100)
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>
drivers/leds/leds-lp5523.c
patch
|
blob
|
history
diff --git
a/drivers/leds/leds-lp5523.c
b/drivers/leds/leds-lp5523.c
index 924e50aefb0039ec88f4dfcec1ff78d4ac8f42b8..52b6f529e27802e441cc146fd500092d4032deaf 100644
(file)
--- 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,
- "cou
n
d not configure LED engine, status = 0x%.2x\n",
+ "cou
l
d not configure LED engine, status = 0x%.2x\n",
status);
ret = -1;
}