[PATCH 09/15] mm: page_alloc: Use the common commenting style

From: Joe Perches
Date: Wed Mar 15 2017 - 22:02:38 EST


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