The patch titled gfs2: add newline to printk message has been added to the -mm tree. Its filename is gfs2-add-newline-to-printk-message.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: gfs2: add newline to printk message From: Richard Fearn <richardfearn@xxxxxxxxx> Add a missing newline to one of the printk messages in fs/gfs2/ops_fstype.c. Signed-off-by: Richard Fearn <richardfearn@xxxxxxxxx> Cc: Steven Whitehouse <swhiteho@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- fs/gfs2/ops_fstype.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN fs/gfs2/ops_fstype.c~gfs2-add-newline-to-printk-message fs/gfs2/ops_fstype.c --- a/fs/gfs2/ops_fstype.c~gfs2-add-newline-to-printk-message +++ a/fs/gfs2/ops_fstype.c @@ -840,7 +840,7 @@ static struct super_block* get_gfs2_sb(c } printk(KERN_WARNING "GFS2: Unrecognized block device or " - "mount point %s", dev_name); + "mount point %s\n", dev_name); free_nd: path_release(&nd); _ Patches currently in -mm which might be from richardfearn@xxxxxxxxx are gfs2-add-newline-to-printk-message.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