From 633bf2fe8da0520c74ee73e9eb82d78948c3b3cc Mon Sep 17 00:00:00 2001 From: Chen Tao Date: Wed, 3 Jun 2020 16:00:02 -0700 Subject: mm/page_alloc.c: add missing newline Add missing line breaks on pr_warn(). Signed-off-by: Chen Tao Signed-off-by: Andrew Morton Reviewed-by: Andrew Morton Link: http://lkml.kernel.org/r/20200603063547.235825-1-chentao107@huawei.com Signed-off-by: Linus Torvalds --- mm/page_alloc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mm/page_alloc.c') diff --git a/mm/page_alloc.c b/mm/page_alloc.c index fb9dec1c1976..987d1638588f 100644 --- a/mm/page_alloc.c +++ b/mm/page_alloc.c @@ -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; } -- cgit v1.2.3-59-g8ed1b