aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mm/page_alloc.c
diff options
context:
space:
mode:
authorChen Tao <chentao107@huawei.com>2020-06-03 16:00:02 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2020-06-03 20:09:45 -0700
commit633bf2fe8da0520c74ee73e9eb82d78948c3b3cc (patch)
tree00580fe6e6826e3f967332346f3e6bb2540b5d94 /mm/page_alloc.c
parentpadata: document multithreaded jobs (diff)
downloadwireguard-linux-633bf2fe8da0520c74ee73e9eb82d78948c3b3cc.tar.xz
wireguard-linux-633bf2fe8da0520c74ee73e9eb82d78948c3b3cc.zip
mm/page_alloc.c: add missing newline
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>
Diffstat (limited to 'mm/page_alloc.c')
-rw-r--r--mm/page_alloc.c2
1 files changed, 1 insertions, 1 deletions
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;
}