The patch titled Subject: tools/testing/selftests/vm/userfaultfd.c: fix spelling typo of 'writting' has been removed from the -mm tree. Its filename was tool-selftests-fix-spelling-typo-of-writting.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ 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