diff options
author | Colin Ian King <colin.king@canonical.com> | 2020-01-22 23:37:49 +0000 |
---|---|---|
committer | Pavel Machek <pavel@ucw.cz> | 2020-02-26 21:49:18 +0100 |
commit | cc9c077f6afe1c0e28bb33675bc7298db3a721d7 (patch) | |
tree | 9b92337de4ebcbb11846643eb06017f3d4710b6e /drivers/leds | |
parent | 877a50b8729994a701aac7b2092381bad2c6c145 (diff) |
leds: lm3697: fix spelling mistake "To" -> "Too"
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>
Diffstat (limited to 'drivers/leds')
-rw-r--r-- | drivers/leds/leds-lm3697.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/leds/leds-lm3697.c b/drivers/leds/leds-lm3697.c index b71711aff8a3..872d26f9706a 100644 --- 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, "Too many LED strings defined\n"); continue; } |