The patch titled Subject: ocfs2: fix a typo has been added to the -mm tree. Its filename is ocfs2-fix-a-typo.patch This patch should soon appear at https://ozlabs.org/~akpm/mmots/broken-out/ocfs2-fix-a-typo.patch and later at https://ozlabs.org/~akpm/mmotm/broken-out/ocfs2-fix-a-typo.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: Bhaskar Chowdhury <unixbhaskar@xxxxxxxxx> Subject: ocfs2: fix a typo s/cluter/cluster/ Link: https://lkml.kernel.org/r/20210324072931.5056-1-unixbhaskar@xxxxxxxxx Signed-off-by: Bhaskar Chowdhury <unixbhaskar@xxxxxxxxx> Acked-by: Joseph Qi <joseph.qi@xxxxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- fs/ocfs2/stackglue.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/fs/ocfs2/stackglue.c~ocfs2-fix-a-typo +++ a/fs/ocfs2/stackglue.c @@ -731,7 +731,7 @@ static void __exit ocfs2_stack_glue_exit } MODULE_AUTHOR("Oracle"); -MODULE_DESCRIPTION("ocfs2 cluter stack glue layer"); +MODULE_DESCRIPTION("ocfs2 cluster stack glue layer"); MODULE_LICENSE("GPL"); module_init(ocfs2_stack_glue_init); module_exit(ocfs2_stack_glue_exit); _ Patches currently in -mm which might be from unixbhaskar@xxxxxxxxx are ia64-kernel-few-typos-fixed-in-the-file-fsyss.patch ia64-include-asm-minor-typo-fixes-in-the-file-pgtableh.patch ocfs2-fix-a-typo.patch mm-kmemleak-fix-a-typo.patch mm-typo-fix-in-the-file-utilc.patch lib-fix-a-typo-in-the-file-bchc.patch mm-few-spelling-fixes.patch kernel-fix-a-typo-in-the-file-upc.patch ipc-semc-couple-of-spelling-fixes.patch