The patch titled Subject: mm/compaction.c: delete duplicated word has been removed from the -mm tree. Its filename was mm-compactionc-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/compaction.c: delete duplicated word Drop the repeated word "a". Link: http://lkml.kernel.org/r/20200801173822.14973-2-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/compaction.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/mm/compaction.c~mm-compactionc-delete-duplicated-word +++ a/mm/compaction.c @@ -1477,7 +1477,7 @@ static void isolate_freepages(struct com * this pfn aligned down to the pageblock boundary, because we do * block_start_pfn -= pageblock_nr_pages in the for loop. * For ending point, take care when isolating in last pageblock of a - * a zone which ends in the middle of a pageblock. + * zone which ends in the middle of a pageblock. * The low boundary is the end of the pageblock the migration scanner * is using. */ _ Patches currently in -mm which might be from rdunlap@xxxxxxxxxxxxx are