The patch titled Subject: mm/usercopy.c: delete duplicated word has been removed from the -mm tree. Its filename was mm-usercopyc-delete-duplicated-word.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ From: Randy Dunlap <rdunlap@xxxxxxxxxxxxx> Subject: mm/usercopy.c: delete duplicated word Drop the repeated word "the". Link: http://lkml.kernel.org/r/20200801173822.14973-13-rdunlap@xxxxxxxxxxxxx Signed-off-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx> Reviewed-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Reviewed-by: Zi Yan <ziy@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/usercopy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/mm/usercopy.c~mm-usercopyc-delete-duplicated-word +++ a/mm/usercopy.c @@ -43,7 +43,7 @@ static noinline int check_stack_object(c /* * Reject: object partially overlaps the stack (passing the - * the check above means at least one end is within the stack, + * check above means at least one end is within the stack, * so if this check fails, the other end is outside the stack). */ if (obj < stack || stackend < obj + len) _ Patches currently in -mm which might be from rdunlap@xxxxxxxxxxxxx are