spi: bcm2835: fix code formatting issue
authorMartin Sperl <kernel@martin.sperl.org>
Sun, 29 Mar 2015 14:03:23 +0000 (16:03 +0200)
committerMark Brown <broonie@kernel.org>
Sun, 29 Mar 2015 16:51:53 +0000 (09:51 -0700)
Signed-off-by: Martin Sperl <kernel@martin.sperl.org>
Tested-by: Martin Sperl <kernel@martin.sperl.org>
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/spi-bcm2835.c

index 0dbe544..2e6533e 100644 (file)
@@ -289,8 +289,7 @@ static int bcm2835_spi_setup(struct spi_device *spi)
 
        /* error in the case of native CS requested with CS-id > 2 */
        dev_err(&spi->dev,
-               "setup: only three native chip-selects are supported\n"
-               );
+               "setup: only three native chip-selects are supported\n");
        return -EINVAL;
 }