Browse Source

spi: bcm2835: fix code formatting issue

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>
Martin Sperl 10 năm trước cách đây
mục cha
commit
1e4df62d46
1 tập tin đã thay đổi với 1 bổ sung2 xóa
  1. 1 2
      drivers/spi/spi-bcm2835.c

+ 1 - 2
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;
 }