spi: atmel: Fix checkpatch issue
authorJingoo Han <jg1.han@samsung.com>
Mon, 14 Oct 2013 01:32:48 +0000 (10:32 +0900)
committerMark Brown <broonie@linaro.org>
Mon, 14 Oct 2013 17:23:17 +0000 (18:23 +0100)
Fix the following checkpatch warning.

  WARNING: quoted string split across lines

Signed-off-by: Jingoo Han <jg1.han@samsung.com>
Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
drivers/spi/spi-atmel.c

index 6478a9713038f5ef1c6b4f4a1e65a20b0e59d38f..a828222c3e4e265e82544fb27e4b74001c23b04a 100644 (file)
@@ -1401,8 +1401,7 @@ static int atmel_spi_transfer(struct spi_device *spi, struct spi_message *msg)
                        asd = spi->controller_state;
                        bits = (asd->csr >> 4) & 0xf;
                        if (bits != xfer->bits_per_word - 8) {
-                               dev_dbg(&spi->dev, "you can't yet change "
-                                        "bits_per_word in transfers\n");
+                               dev_dbg(&spi->dev, "you can't yet change bits_per_word in transfers\n");
                                return -ENOPROTOOPT;
                        }
                }