The patch titled Subject: fs/9p/v9fs.c: fix spelling mistake "Uknown" -> "Unknown" has been added to the -mm tree. Its filename is 9p-fix-spelling-mistake-uknown-unknown.patch This patch should soon appear at http://ozlabs.org/~akpm/mmots/broken-out/9p-fix-spelling-mistake-uknown-unknown.patch and later at http://ozlabs.org/~akpm/mmotm/broken-out/9p-fix-spelling-mistake-uknown-unknown.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: Colin Ian King <colin.king@xxxxxxxxxxxxx> Subject: fs/9p/v9fs.c: fix spelling mistake "Uknown" -> "Unknown" fix spelling mistake in pr_info message text Link: http://lkml.kernel.org/r/20180526150650.10562-1-colin.king@xxxxxxxxxxxxx Signed-off-by: Colin Ian King <colin.king@xxxxxxxxxxxxx> Cc: Eric Van Hensbergen <ericvh@xxxxxxxxx> Cc: Ron Minnich <rminnich@xxxxxxxxxx> Cc: Latchesar Ionkov <lucho@xxxxxxxxxx> Cc: Dominique Martinet <asmadeus@xxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- fs/9p/v9fs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN fs/9p/v9fs.c~9p-fix-spelling-mistake-uknown-unknown fs/9p/v9fs.c --- a/fs/9p/v9fs.c~9p-fix-spelling-mistake-uknown-unknown +++ a/fs/9p/v9fs.c @@ -343,7 +343,7 @@ static int v9fs_parse_options(struct v9f v9ses->uid = make_kuid(current_user_ns(), uid); if (!uid_valid(v9ses->uid)) { ret = -EINVAL; - pr_info("Uknown uid %s\n", s); + pr_info("Unknown uid %s\n", s); } } _ Patches currently in -mm which might be from colin.king@xxxxxxxxxxxxx are ocfs2-make-several-functions-and-variables-static-and-some-const.patch 9p-fix-spelling-mistake-uknown-unknown.patch mm-zsmalloc-make-several-functions-and-a-struct-static.patch mm-swap-make-swap_slots_cache_mutex-and-swap_slots_cache_enable_mutex-static.patch spellingtxt-add-more-spellings-to-spellingtxt.patch lib-make-struct-pointer-foo-static.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