The patch titled Subject: net/9p/client.c: add missing '\n' at the end of p9_debug() has been added to the -mm tree. Its filename is net-9p-clientc-add-missing-n-at-the-end-of-p9_debug.patch This patch should soon appear at http://ozlabs.org/~akpm/mmots/broken-out/net-9p-clientc-add-missing-n-at-the-end-of-p9_debug.patch and later at http://ozlabs.org/~akpm/mmotm/broken-out/net-9p-clientc-add-missing-n-at-the-end-of-p9_debug.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/process/submit-checklist.rst when testing your code *** The -mm tree is included into linux-next and is updated there every 3-4 working days ------------------------------------------------------ From: piaojun <piaojun@xxxxxxxxxx> Subject: net/9p/client.c: add missing '\n' at the end of p9_debug() In p9_client_getattr_dotl(), we should add '\n' at the end of printing log. Link: http://lkml.kernel.org/r/5B44589A.50302@xxxxxxxxxx Signed-off-by: Jun Piao <piaojun@xxxxxxxxxx> Reviewed-by: Yiwen Jiang <jiangyiwen@xxxxxxxxxx> Cc: Eric Van Hensbergen <ericvh@xxxxxxxxx> Cc: Ron Minnich <rminnich@xxxxxxxxxx> Cc: Latchesar Ionkov <lucho@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- net/9p/client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN net/9p/client.c~net-9p-clientc-add-missing-n-at-the-end-of-p9_debug net/9p/client.c --- a/net/9p/client.c~net-9p-clientc-add-missing-n-at-the-end-of-p9_debug +++ a/net/9p/client.c @@ -1790,7 +1790,7 @@ struct p9_stat_dotl *p9_client_getattr_d "<<< st_mtime_sec=%lld st_mtime_nsec=%lld\n" "<<< st_ctime_sec=%lld st_ctime_nsec=%lld\n" "<<< st_btime_sec=%lld st_btime_nsec=%lld\n" - "<<< st_gen=%lld st_data_version=%lld", + "<<< st_gen=%lld st_data_version=%lld\n", ret->st_result_mask, ret->qid.type, ret->qid.path, ret->qid.version, ret->st_mode, ret->st_nlink, from_kuid(&init_user_ns, ret->st_uid), _ Patches currently in -mm which might be from piaojun@xxxxxxxxxx are net-9p-clientc-put-refcount-of-trans_mod-in-error-case-in-parse_opts.patch ocfs2-return-erofs-when-filesystem-becomes-read-only.patch net-9p-clientc-add-missing-n-at-the-end-of-p9_debug.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