The patch titled MMC: OMAP: Add missing newline has been added to the -mm tree. Its filename is mmc-omap-add-missing-newline.patch *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: MMC: OMAP: Add missing newline From: Carlos Aguiar <carlos.aguiar@xxxxxxxxxxx> Add a missing '\n' at the end of the 'cover is open' string in mmc_omap_switch_handler(). Signed-off-by: Arnaud Patard <arnaud.patard@xxxxxxxxxxx> Signed-off-by: Tony Lindgren <tony@xxxxxxxxxxx> Cc: Pierre Ossman <drzeus@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/mmc/host/omap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/mmc/host/omap.c~mmc-omap-add-missing-newline drivers/mmc/host/omap.c --- a/drivers/mmc/host/omap.c~mmc-omap-add-missing-newline +++ a/drivers/mmc/host/omap.c @@ -604,7 +604,7 @@ static void mmc_omap_switch_handler(stru } if (mmc_omap_cover_is_open(host)) { if (!complained) { - dev_info(mmc_dev(host->mmc), "cover is open"); + dev_info(mmc_dev(host->mmc), "cover is open\n"); complained = 1; } if (mmc_omap_enable_poll) _ Patches currently in -mm which might be from carlos.aguiar@xxxxxxxxxxx are mmc-omap-add-missing-newline.patch mmc-omap-fix-omap-to-use-mmc_power_on.patch mmc-omap-clean-up-omap-set_ios-and-make-mmc_power_on.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