From: Markus Elfring <elfr...@users.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 <elfr...@users.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

Reply via email to