The patch titled Subject: tools/testing/selftests/vm/userfaultfd.c: fix spelling typo of 'writting' has been added to the -mm tree. Its filename is tool-selftests-fix-spelling-typo-of-writting.patch This patch should soon appear at https://ozlabs.org/~akpm/mmots/broken-out/tool-selftests-fix-spelling-typo-of-writting.patch and later at https://ozlabs.org/~akpm/mmotm/broken-out/tool-selftests-fix-spelling-typo-of-writting.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: Wang Qing <wangqing@xxxxxxxx> Subject: tools/testing/selftests/vm/userfaultfd.c: fix spelling typo of 'writting' writting -> writing Link: https://lkml.kernel.org/r/1604740776-27082-1-git-send-email-wangqing@xxxxxxxx Signed-off-by: Wang Qing <wangqing@xxxxxxxx> Reviewed-by: Mike Rapoport <rppt@xxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- tools/testing/selftests/vm/userfaultfd.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- a/tools/testing/selftests/vm/userfaultfd.c~tool-selftests-fix-spelling-typo-of-writting +++ a/tools/testing/selftests/vm/userfaultfd.c @@ -894,7 +894,7 @@ static int faulting_process(int signal_t count_verify[nr]); } /* - * Trigger write protection if there is by writting + * Trigger write protection if there is by writing * the same value back. */ *area_count(area_dst, nr) = count; @@ -922,7 +922,7 @@ static int faulting_process(int signal_t count_verify[nr]); exit(1); } /* - * Trigger write protection if there is by writting + * Trigger write protection if there is by writing * the same value back. */ *area_count(area_dst, nr) = count; _ Patches currently in -mm which might be from wangqing@xxxxxxxx are tool-selftests-fix-spelling-typo-of-writting.patch