diff --git a/mm/page_alloc.c b/mm/page_alloc.c index f127dd94a78bdd..644fb75f6f24c1 100644 --- a/mm/page_alloc.c +++ b/mm/page_alloc.c @@ -4280,9 +4280,9 @@ static bool show_mem_node_skip(unsigned int flags, int nid, nodemask_t *nodemask return false; /* - * no node mask - aka implicit memory numa policy. Do not bother with the - * synchronization - read_mems_allowed_begin - because we do not have to be - * precise here. + * no node mask - aka implicit memory numa policy. Do not bother with + * the synchronization - read_mems_allowed_begin - because we do not + * have to be precise here. */ if (!nodemask) nodemask = &cpuset_current_mems_allowed;