The patch titled Subject: selftests: Fix spelling mistake "cann't" -> "cannot" has been added to the -mm tree. Its filename is selftests-fix-spelling-mistake-cannt-cannot.patch This patch should soon appear at https://ozlabs.org/~akpm/mmots/broken-out/selftests-fix-spelling-mistake-cannt-cannot.patch and later at https://ozlabs.org/~akpm/mmotm/broken-out/selftests-fix-spelling-mistake-cannt-cannot.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: selftests: Fix spelling mistake "cann't" -> "cannot" There is a spelling mistake in an error message. Fix it. Link: https://lkml.kernel.org/r/20210826121217.12885-1-colin.king@xxxxxxxxxxxxx Signed-off-by: Colin Ian King <colin.king@xxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- tools/testing/selftests/vm/mlock-random-test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/tools/testing/selftests/vm/mlock-random-test.c~selftests-fix-spelling-mistake-cannt-cannot +++ a/tools/testing/selftests/vm/mlock-random-test.c @@ -70,7 +70,7 @@ int get_proc_locked_vm_size(void) } } - perror("cann't parse VmLck in /proc/self/status\n"); + perror("cannot parse VmLck in /proc/self/status\n"); fclose(f); return -1; } _ Patches currently in -mm which might be from colin.king@xxxxxxxxxxxxx are selftests-fix-spelling-mistake-cannt-cannot.patch arch-kconfig-fix-spelling-mistake-seperate-separate.patch