projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
877a50b
)
leds: lm3697: fix spelling mistake "To" -> "Too"
author
Colin Ian King
<colin.king@canonical.com>
Wed, 22 Jan 2020 23:37:49 +0000
(23:37 +0000)
committer
Pavel Machek
<pavel@ucw.cz>
Wed, 26 Feb 2020 20:49:18 +0000
(21:49 +0100)
There is a spelling mistake in a dev_err message. Fix it.
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Pavel Machek <pavel@ucw.cz>
drivers/leds/leds-lm3697.c
patch
|
blob
|
history
diff --git
a/drivers/leds/leds-lm3697.c
b/drivers/leds/leds-lm3697.c
index b71711aff8a3cb3fa8e9983ff34e1a19fdcc86ab..872d26f9706a94b029eb95359c09b8b53fd6acd4 100644
(file)
--- a/
drivers/leds/leds-lm3697.c
+++ b/
drivers/leds/leds-lm3697.c
@@
-246,7
+246,7
@@
static int lm3697_probe_dt(struct lm3697 *priv)
led->num_leds = fwnode_property_count_u32(child, "led-sources");
if (led->num_leds > LM3697_MAX_LED_STRINGS) {
- dev_err(&priv->client->dev, "To many LED strings defined\n");
+ dev_err(&priv->client->dev, "To
o
many LED strings defined\n");
continue;
}