* [PATCH 2/6] spi: bcm2835: fix code formatting issue
@ 2015-03-29 14:03 Martin Sperl
[not found] ` <92559EB4-3319-4F7F-8B18-61F8AC79CE7B-TqfNSX0MhmxHKSADF0wUEw@public.gmane.org>
0 siblings, 1 reply; 2+ messages in thread
From: Martin Sperl @ 2015-03-29 14:03 UTC (permalink / raw)
To: Mark Brown, Stephen Warren, lee-DgEjT+Ai2ygdnm+yROfE0A,
linux-spi-u79uwXL29TY76Z2rM5mHXA, linux-rpi-kernel
Signed-off-by: Martin Sperl <kernel-TqfNSX0MhmxHKSADF0wUEw@public.gmane.org>
Tested-by: Martin Sperl <kernel-TqfNSX0MhmxHKSADF0wUEw@public.gmane.org>
---
drivers/spi/spi-bcm2835.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
Applies against spi - topic/bcm2835
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;
}
--
1.7.10.4
--
To unsubscribe from this list: send the line "unsubscribe linux-spi" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH 2/6] spi: bcm2835: fix code formatting issue
[not found] ` <92559EB4-3319-4F7F-8B18-61F8AC79CE7B-TqfNSX0MhmxHKSADF0wUEw@public.gmane.org>
@ 2015-03-29 16:52 ` Mark Brown
0 siblings, 0 replies; 2+ messages in thread
From: Mark Brown @ 2015-03-29 16:52 UTC (permalink / raw)
To: Martin Sperl
Cc: Stephen Warren, lee-DgEjT+Ai2ygdnm+yROfE0A,
linux-spi-u79uwXL29TY76Z2rM5mHXA, linux-rpi-kernel
[-- Attachment #1: Type: text/plain, Size: 432 bytes --]
On Sun, Mar 29, 2015 at 04:03:23PM +0200, Martin Sperl wrote:
> Signed-off-by: Martin Sperl <kernel-TqfNSX0MhmxHKSADF0wUEw@public.gmane.org>
> Tested-by: Martin Sperl <kernel-TqfNSX0MhmxHKSADF0wUEw@public.gmane.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).
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 473 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-03-29 16:52 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-29 14:03 [PATCH 2/6] spi: bcm2835: fix code formatting issue Martin Sperl
[not found] ` <92559EB4-3319-4F7F-8B18-61F8AC79CE7B-TqfNSX0MhmxHKSADF0wUEw@public.gmane.org>
2015-03-29 16:52 ` Mark Brown
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).