diff mbox

[2/6] spi: bcm2835: fix code formatting issue

Message ID 92559EB4-3319-4F7F-8B18-61F8AC79CE7B@martin.sperl.org (mailing list archive)
State Accepted
Commit 1e4df62d46fa45109123f2b265b2d8146031db16
Headers show

Commit Message

Martin Sperl March 29, 2015, 2:03 p.m. UTC
Signed-off-by: Martin Sperl <kernel@martin.sperl.org>
Tested-by: Martin Sperl <kernel@martin.sperl.org>
---
 drivers/spi/spi-bcm2835.c |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

Applies against spi - topic/bcm2835

Comments

Mark Brown March 29, 2015, 4:52 p.m. UTC | #1
On Sun, Mar 29, 2015 at 04:03:23PM +0200, Martin Sperl wrote:
> Signed-off-by: Martin Sperl <kernel@martin.sperl.org>
> Tested-by: Martin Sperl <kernel@martin.sperl.org>

Applied, thanks.  It's generally not needed to add a tested by tag for a
patch you wrote yourself, that's the general assumption (and in this
case as it's a reformatting there's not a huge amount of testing to do).
diff mbox

Patch

diff --git a/drivers/spi/spi-bcm2835.c b/drivers/spi/spi-bcm2835.c
index 552a633..72d4525 100644
--- a/drivers/spi/spi-bcm2835.c
+++ b/drivers/spi/spi-bcm2835.c
@@ -283,8 +283,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;
 }