The patch titled Subject: mm-update-the-comment-in-__isolate_free_page-checkpatch-fixes has been removed from the -mm tree. Its filename was mm-update-the-comment-in-__isolate_free_page-checkpatch-fixes.patch This patch was dropped because it was folded into mm-update-the-comment-in-__isolate_free_page.patch ------------------------------------------------------ From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: mm-update-the-comment-in-__isolate_free_page-checkpatch-fixes WARNING: line over 80 characters #29: FILE: mm/page_alloc.c:2517: + /* Set the pageblock if the isolated page is at least half of a pageblock */ total: 0 errors, 1 warnings, 8 lines checked NOTE: For some of the reported defects, checkpatch may be able to mechanically convert to the typical style using --fix or --fix-inplace. ./patches/mm-update-the-comment-in-__isolate_free_page.patch has style problems, please review. NOTE: If any of the errors are false positives, please report them to the maintainer, see CHECKPATCH in MAINTAINERS. Please run checkpatch prior to sending patches Cc: zhong jiang <zhongjiang@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/page_alloc.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff -puN mm/page_alloc.c~mm-update-the-comment-in-__isolate_free_page-checkpatch-fixes mm/page_alloc.c --- a/mm/page_alloc.c~mm-update-the-comment-in-__isolate_free_page-checkpatch-fixes +++ a/mm/page_alloc.c @@ -2517,7 +2517,10 @@ int __isolate_free_page(struct page *pag zone->free_area[order].nr_free--; rmv_page_order(page); - /* Set the pageblock if the isolated page is at least half of a pageblock */ + /* + * Set the pageblock if the isolated page is at least half of a + * pageblock + */ if (order >= pageblock_order - 1) { struct page *endpage = page + (1 << order) - 1; for (; page < endpage; page += pageblock_nr_pages) { _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are mm-update-the-comment-in-__isolate_free_page.patch mm-bail-out-in-shrin_inactive_list-fix.patch revert-mm-mempool-only-set-__gfp_nomemalloc-if-there-are-free-elements-checkpatch-fixes.patch mm-optimize-copy_page_to-from_iter_iovec-fix.patch mm-optimize-copy_page_to-from_iter_iovec-fix-fix.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