On Tue, Feb 13, 2018 at 02:17:22PM -0500, Mario Leinweber wrote: > if (flags & FOLL_SPLIT && PageTransCompound(page)) { > int ret; > + > get_page(page); Hi Mario, Thanks for your patch, but this kind of change to the Linux core is not generally welcomed. There are a lot of people working on the core and having whitespace changes conflict with real changes isn't a good use of people's time. You can practice whitespace changes in drivers/staging before graduating to patches which change functionality. Hope to see you back soon! -- 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>