This line should be indented one more tab. Signed-off-by: Dan Carpenter <dan.carpenter@xxxxxxxxxx> diff --git a/mm/huge_memory.c b/mm/huge_memory.c index 4b057ab..61d2162 100644 --- a/mm/huge_memory.c +++ b/mm/huge_memory.c @@ -2887,7 +2887,7 @@ static int khugepaged_scan_pmd(struct mm_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)) { -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@xxxxxxxxx. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@xxxxxxxxx"> email@xxxxxxxxx </a>