[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20200603063547.235825-1-chentao107@huawei.com>
Date: Wed, 3 Jun 2020 14:35:46 +0800
From: Chen Tao <chentao107@...wei.com>
To: <akpm@...ux-foundation.org>
CC: <linux-mm@...ck.org>, <linux-kernel@...r.kernel.org>,
<chentao107@...wei.com>
Subject: [PATCH -next] mm/page_alloc.c: Add missing line breaks
Add missing line breaks on pr_warn().
Signed-off-by: Chen Tao <chentao107@...wei.com>
---
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
Powered by blists - more mailing lists