Skip to content

Commit cc9c077

Browse files
Colin Ian Kingpavelmachek
authored andcommitted
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 <[email protected]> Signed-off-by: Pavel Machek <[email protected]>
1 parent 877a50b commit cc9c077

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/leds/leds-lm3697.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ static int lm3697_probe_dt(struct lm3697 *priv)
246246

247247
led->num_leds = fwnode_property_count_u32(child, "led-sources");
248248
if (led->num_leds > LM3697_MAX_LED_STRINGS) {
249-
dev_err(&priv->client->dev, "To many LED strings defined\n");
249+
dev_err(&priv->client->dev, "Too many LED strings defined\n");
250250
continue;
251251
}
252252

0 commit comments

Comments
 (0)