The patch titled Subject: ocfs2: fix spelling mistake: "Migrateable" -> "Migratable" has been added to the -mm tree. Its filename is ocfs2-fix-spelling-mistake-migrateable-migratable.patch This patch should soon appear at http://ozlabs.org/~akpm/mmots/broken-out/ocfs2-fix-spelling-mistake-migrateable-migratable.patch and later at http://ozlabs.org/~akpm/mmotm/broken-out/ocfs2-fix-spelling-mistake-migrateable-migratable.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: ocfs2: fix spelling mistake: "Migrateable" -> "Migratable" Trivial fix to spelling mistake in mlog message text Link: http://lkml.kernel.org/r/20180319114101.2051-1-colin.king@xxxxxxxxxxxxx Signed-off-by: Colin Ian King <colin.king@xxxxxxxxxxxxx> Cc: Mark Fasheh <mark@xxxxxxxxxx> Cc: Joel Becker <jlbec@xxxxxxxxxxxx> Cc: Junxiao Bi <junxiao.bi@xxxxxxxxxx> Cc: Joseph Qi <jiangqi903@xxxxxxxxx> Cc: Changwei Ge <ge.changwei@xxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- fs/ocfs2/dlm/dlmmaster.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN fs/ocfs2/dlm/dlmmaster.c~ocfs2-fix-spelling-mistake-migrateable-migratable fs/ocfs2/dlm/dlmmaster.c --- a/fs/ocfs2/dlm/dlmmaster.c~ocfs2-fix-spelling-mistake-migrateable-migratable +++ a/fs/ocfs2/dlm/dlmmaster.c @@ -2543,7 +2543,7 @@ static int dlm_is_lockres_migrateable(st return 0; } - mlog(0, "%s: res %.*s, Migrateable\n", dlm->name, res->lockname.len, + mlog(0, "%s: res %.*s, Migratable\n", dlm->name, res->lockname.len, res->lockname.name); return 1; _ Patches currently in -mm which might be from colin.king@xxxxxxxxxxxxx are ocfs2-fix-spelling-mistake-migrateable-migratable.patch mm-ksm-make-function-stable_node_dup-static.patch mm-swap-make-bool-enable_vma_readahead-and-function-swap_vma_readahead-static.patch mm-swap-make-pointer-swap_avail_heads-static.patch lib-add-testing-module-for-ubsan-fix.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