[PATCH 2/3] sh/intc: Combine substrings for a message in register_intc_controller()

From: SF Markus Elfring
Date: Fri Jan 13 2017 - 04:49:46 EST


From: Markus Elfring <elfring@xxxxxxxxxxxxxxxxxxxxx>
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@xxxxxxxxxxxxxxxxxxxxx>
---
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