[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <4573a4c65f069b60292458130b58cda88c009301.1489628477.git.joe@perches.com>
Date: Wed, 15 Mar 2017 19:00:06 -0700
From: Joe Perches <joe@...ches.com>
To: Andrew Morton <akpm@...ux-foundation.org>,
linux-kernel@...r.kernel.org
Cc: linux-mm@...ck.org
Subject: [PATCH 09/15] mm: page_alloc: Use the common commenting style
Just neatening
Signed-off-by: Joe Perches <joe@...ches.com>
---
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
Powered by blists - more mailing lists