From 5756a32b1c427d1d99e4b9396f9b9807899a452c Mon Sep 17 00:00:00 2001 From: Andrew Morton Date: Wed, 14 May 2014 10:01:23 +1000 Subject: [PATCH] arch-unicore32-mm-ioremapc-convert-printk-warn_on-to-warn1-fix undo crazy long line Cc: Fabian Frederick Cc: Guan Xuetao Signed-off-by: Andrew Morton --- arch/unicore32/mm/ioremap.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/arch/unicore32/mm/ioremap.c b/arch/unicore32/mm/ioremap.c index 5d9568ceb527..a0840fa05431 100644 --- a/arch/unicore32/mm/ioremap.c +++ b/arch/unicore32/mm/ioremap.c @@ -144,7 +144,10 @@ void __iomem *__uc32_ioremap_pfn_caller(unsigned long pfn, * Don't allow RAM to be mapped */ if (pfn_valid(pfn)) - WARN(1, "BUG: Your driver calls ioremap() on\nsystem memory. This leads to architecturally\nunpredictable behaviour, and ioremap() will fail in\nthe next kernel release. Please fix your driver.\n"); + WARN(1, "BUG: Your driver calls ioremap() on\n" + "system memory. This leads to architecturally\n" + "unpredictable behaviour, and ioremap() will fail in\n" + "the next kernel release. Please fix your driver.\n"); type = get_mem_type(mtype); if (!type) -- 2.39.5