[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <3a14a1b0-bf12-8e88-935c-732d21fa1189@users.sourceforge.net>
Date: Fri, 13 Jan 2017 10:49:30 +0100
From: SF Markus Elfring <elfring@...rs.sourceforge.net>
To: linux-sh@...r.kernel.org, Rich Felker <dalias@...c.org>,
Yoshinori Sato <ysato@...rs.sourceforge.jp>
Cc: LKML <linux-kernel@...r.kernel.org>,
kernel-janitors@...r.kernel.org
Subject: [PATCH 2/3] sh/intc: Combine substrings for a message in
register_intc_controller()
From: Markus Elfring <elfring@...rs.sourceforge.net>
Date: Fri, 13 Jan 2017 10:16:40 +0100
The script "checkpatch.pl" pointed information out like the following.
WARNING: quoted string split across lines
Thus fix the affected source code place.
Signed-off-by: Markus Elfring <elfring@...rs.sourceforge.net>
---
drivers/sh/intc/core.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/drivers/sh/intc/core.c b/drivers/sh/intc/core.c
index 27817a8466f1..95fb29d69ab7 100644
--- a/drivers/sh/intc/core.c
+++ b/drivers/sh/intc/core.c
@@ -353,8 +353,7 @@ int __init register_intc_controller(struct intc_desc *desc)
res = irq_domain_associate(d->domain,
irq2, irq2);
if (unlikely(res)) {
- pr_err("domain association "
- "failure\n");
+ pr_err("domain association failure\n");
continue;
}
} else {
--
2.11.0
Powered by blists - more mailing lists