The patch titled Subject: mm: fix typo of MIGRATE_RESERVE in comment has been removed from the -mm tree. Its filename was mm-fix-a-typo-of-migrate_reserve-in-comment.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ From: Baoquan He <bhe@xxxxxxxxxx> Subject: mm: fix typo of MIGRATE_RESERVE in comment Found it when I want to jump to the definition of MIGRATE_RESERVE ctags. Signed-off-by: Baoquan He <bhe@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- include/linux/mmzone.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN include/linux/mmzone.h~mm-fix-a-typo-of-migrate_reserve-in-comment include/linux/mmzone.h --- a/include/linux/mmzone.h~mm-fix-a-typo-of-migrate_reserve-in-comment +++ a/include/linux/mmzone.h @@ -426,7 +426,7 @@ struct zone { const char *name; /* - * Number of MIGRATE_RESEVE page block. To maintain for just + * Number of MIGRATE_RESERVE page block. To maintain for just * optimization. Protected by zone->lock. */ int nr_migrate_reserve_block; _ Patches currently in -mm which might be from bhe@xxxxxxxxxx are origin.patch kexec-remove-never-used-member-destination-in-kimage.patch vmcore-fix-pt_note-n_namesz-n_descsz-overflow-issue.patch -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html