Commit 633bf2fe authored by Chen Tao's avatar Chen Tao Committed by Linus Torvalds

mm/page_alloc.c: add missing newline

Add missing line breaks on pr_warn().
Signed-off-by: default avatarChen Tao <chentao107@huawei.com>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Reviewed-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Link: http://lkml.kernel.org/r/20200603063547.235825-1-chentao107@huawei.comSigned-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent ec3b39c7
......@@ -7182,7 +7182,7 @@ static void __init find_zone_movable_pfns_for_nodes(void)
}
if (mem_below_4gb_not_mirrored)
pr_warn("This configuration results in unmirrored kernel memory.");
pr_warn("This configuration results in unmirrored kernel memory.\n");
goto out2;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment