The patch titled Subject: mm/huge_memory: add a missing tab has been removed from the -mm tree. Its filename was mm-add-tracepoint-for-scanning-pages-fix.patch This patch was dropped because it was folded into mm-add-tracepoint-for-scanning-pages.patch ------------------------------------------------------ From: Dan Carpenter <dan.carpenter@xxxxxxxxxx> Subject: mm/huge_memory: add a missing tab This line should be indented one more tab. Signed-off-by: Dan Carpenter <dan.carpenter@xxxxxxxxxx> Cc: Ebru Akagunduz <ebru.akagunduz@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/huge_memory.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN mm/huge_memory.c~mm-add-tracepoint-for-scanning-pages-fix mm/huge_memory.c --- a/mm/huge_memory.c~mm-add-tracepoint-for-scanning-pages-fix +++ a/mm/huge_memory.c @@ -2769,7 +2769,7 @@ static int khugepaged_scan_pmd(struct mm khugepaged_node_load[node]++; VM_BUG_ON_PAGE(PageCompound(page), page); if (!PageLRU(page)) { - result = SCAN_SCAN_ABORT; + result = SCAN_SCAN_ABORT; goto out_unmap; } if (PageLocked(page)) { _ Patches currently in -mm which might be from dan.carpenter@xxxxxxxxxx are mm-add-tracepoint-for-scanning-pages.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