Skip to content

Commit

Permalink
mm/page_alloc.c: add missing newline
Browse files Browse the repository at this point in the history
Add missing line breaks on pr_warn().

Signed-off-by: Chen Tao <chentao107@huawei.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Reviewed-by: Andrew Morton <akpm@linux-foundation.org>
Link: http://lkml.kernel.org/r/20200603063547.235825-1-chentao107@huawei.com
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
  • Loading branch information
Chen Tao authored and Linus Torvalds committed Jun 4, 2020
1 parent ec3b39c commit 633bf2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mm/page_alloc.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 633bf2f

Please sign in to comment.