Staging:nvec: fix quoted string split across lines
authorEbru Akagunduz <ebru.akagunduz@gmail.com>
Wed, 5 Mar 2014 20:48:39 +0000 (22:48 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 7 Mar 2014 23:19:36 +0000 (15:19 -0800)
Fix checkpatch.pl issues with quoted string split
across lines in nvec.c

Signed-off-by: Ebru Akagunduz <ebru.akagunduz@gmail.com>
Acked-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/nvec/nvec.c

index 3ee0b18..90f1c4d 100644 (file)
@@ -678,8 +678,7 @@ static irqreturn_t nvec_interrupt(int irq, void *dev)
                        nvec->rx->data[nvec->rx->pos++] = received;
                else
                        dev_err(nvec->dev,
-                               "RX buffer overflow on %p: "
-                               "Trying to write byte %u of %u\n",
+                               "RX buffer overflow on %p: Trying to write byte %u of %u\n",
                                nvec->rx, nvec->rx ? nvec->rx->pos : 0,
                                NVEC_MSG_SIZE);
                break;