The patch titled Subject: drivers/leds/leds-lp5521.c: fix typo has been added to the -mm tree. Its filename is drivers-leds-leds-lp5521c-fix-typo.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/SubmitChecklist when testing your code *** The -mm tree is included into linux-next and is updated there every 3-4 working days ------------------------------------------------------ From: Masanari Iida <standby24x7@xxxxxxxxx> Subject: drivers/leds/leds-lp5521.c: fix typo "reseting" -> "resetting" Signed-off-by: Masanari Iida <standby24x7@xxxxxxxxx> Cc: Richard Purdie <rpurdie@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/leds/leds-lp5521.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/leds/leds-lp5521.c~drivers-leds-leds-lp5521c-fix-typo drivers/leds/leds-lp5521.c --- a/drivers/leds/leds-lp5521.c~drivers-leds-leds-lp5521c-fix-typo +++ a/drivers/leds/leds-lp5521.c @@ -694,7 +694,7 @@ static int __devinit lp5521_probe(struct */ lp5521_read(client, LP5521_REG_R_CURRENT, &buf); if (buf != LP5521_REG_R_CURR_DEFAULT) { - dev_err(&client->dev, "error in reseting chip\n"); + dev_err(&client->dev, "error in resetting chip\n"); goto fail2; } usleep_range(10000, 20000); _ Subject: Subject: drivers/leds/leds-lp5521.c: fix typo Patches currently in -mm which might be from standby24x7@xxxxxxxxx are linux-next.patch drivers-leds-leds-lp5521c-fix-typo.patch -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html