Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b77f2767 authored by Ebru Akagunduz's avatar Ebru Akagunduz Committed by Greg Kroah-Hartman
Browse files

Staging:nvec: fix quoted string split across lines



Fix checkpatch.pl issues with quoted string split
across lines in nvec.c

Signed-off-by: default avatarEbru Akagunduz <ebru.akagunduz@gmail.com>
Acked-by: default avatarPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 9df2b0d4
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -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;