Just neatening Signed-off-by: Joe Perches <joe@xxxxxxxxxxx> --- mm/page_alloc.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/mm/page_alloc.c b/mm/page_alloc.c index e417d52b9de9..3e1d377201b8 100644 --- a/mm/page_alloc.c +++ b/mm/page_alloc.c @@ -5222,8 +5222,10 @@ void __ref build_all_zonelists(pg_data_t *pgdat, struct zone *zone) if (zone) setup_zone_pageset(zone); #endif - /* we have to stop all cpus to guarantee there is no user - of zonelist */ + /* + * we have to stop all cpus to guarantee + * there is no user of zonelist + */ stop_machine(__build_all_zonelists, pgdat, NULL); /* cpuset refresh routine should be here */ } -- 2.10.0.rc2.1.g053435c -- 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>