Add missing line breaks on pr_warn(). Signed-off-by: Chen Tao <chentao107@xxxxxxxxxx> --- mm/page_alloc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mm/page_alloc.c b/mm/page_alloc.c index cef05d3a23f5..0b0f05e1e49e 100644 --- a/mm/page_alloc.c +++ b/mm/page_alloc.c @@ -7123,7 +7123,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; } -- 2.22.0