From 1e4df62d46fa45109123f2b265b2d8146031db16 Mon Sep 17 00:00:00 2001 From: Martin Sperl Date: Sun, 29 Mar 2015 16:03:23 +0200 Subject: spi: bcm2835: fix code formatting issue Signed-off-by: Martin Sperl Tested-by: Martin Sperl Signed-off-by: Mark Brown --- drivers/spi/spi-bcm2835.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'drivers/spi/spi-bcm2835.c') diff --git a/drivers/spi/spi-bcm2835.c b/drivers/spi/spi-bcm2835.c index 0dbe544e8be4..2e6533e34b19 100644 --- a/drivers/spi/spi-bcm2835.c +++ b/drivers/spi/spi-bcm2835.c @@ -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; } -- cgit v1.2.3