You should have a changelog. On Tue, 2018-02-13 at 14:17 -0500, Mario Leinweber wrote: [] > diff --git a/mm/gup.c b/mm/gup.c [] > @@ -1635,7 +1640,7 @@ static int gup_pmd_range(pud_t pud, unsigned long addr, unsigned long end, > PMD_SHIFT, next, write, pages, nr)) > return 0; > } else if (!gup_pte_range(pmd, addr, next, write, pages, nr)) > - return 0; > + return 0; And of all these changes, this might be the only really useful one as the indentation is misleading. -- 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>