All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] atmel_spi.c - typo in debug message
@ 2010-10-15 23:39 Matthias Brugger
       [not found] ` <4CB8E645.2050701-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
  0 siblings, 1 reply; 2+ messages in thread
From: Matthias Brugger @ 2010-10-15 23:39 UTC (permalink / raw)
  To: Grant Likely
  Cc: spi-devel-general-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f,
	Matthias Brugger, David Brownell, Nicolas Ferre,
	kernel-o2ulR9ObcgE/ohRxsw7f2g

This patches a typo in the debug message.
Hopefully this time not line-wrapped.

Signed-off-by: Matthias Brugger <mensch0815-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
---
 drivers/spi/atmel_spi.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/spi/atmel_spi.c b/drivers/spi/atmel_spi.c
index 5c03a5b..154529a 100644
--- a/drivers/spi/atmel_spi.c
+++ b/drivers/spi/atmel_spi.c
@@ -679,7 +679,7 @@ static int atmel_spi_transfer(struct spi_device *spi, struct spi_message *msg)
 			bits = (asd->csr >> 4) & 0xf;
 			if (bits != xfer->bits_per_word - 8) {
 				dev_dbg(&spi->dev, "you can't yet change "
-					 "bit_per_word in transfers\n");
+					 "bits_per_word in transfers\n");
 				return -ENOPROTOOPT;
 			}
 		}
-- 
1.6.3.3

------------------------------------------------------------------------------
Download new Adobe(R) Flash(R) Builder(TM) 4
The new Adobe(R) Flex(R) 4 and Flash(R) Builder(TM) 4 (formerly 
Flex(R) Builder(TM)) enable the development of rich applications that run
across multiple browsers and platforms. Download your free trials today!
http://p.sf.net/sfu/adobe-dev2dev

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] atmel_spi.c - typo in debug message
       [not found] ` <4CB8E645.2050701-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
@ 2010-10-16  3:56   ` Grant Likely
  0 siblings, 0 replies; 2+ messages in thread
From: Grant Likely @ 2010-10-16  3:56 UTC (permalink / raw)
  To: Matthias Brugger
  Cc: spi-devel-general-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f,
	Matthias Brugger, David Brownell, Nicolas Ferre,
	kernel-o2ulR9ObcgE/ohRxsw7f2g

On Sat, Oct 16, 2010 at 01:39:49AM +0200, Matthias Brugger wrote:
> This patches a typo in the debug message.
> Hopefully this time not line-wrapped.
> 
> Signed-off-by: Matthias Brugger <mensch0815-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>

Applied, thanks.

> ---
> drivers/spi/atmel_spi.c |    2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/drivers/spi/atmel_spi.c b/drivers/spi/atmel_spi.c
> index 5c03a5b..154529a 100644
> --- a/drivers/spi/atmel_spi.c
> +++ b/drivers/spi/atmel_spi.c
> @@ -679,7 +679,7 @@ static int atmel_spi_transfer(struct spi_device *spi, struct spi_message *msg)
> 			bits = (asd->csr >> 4) & 0xf;
> 			if (bits != xfer->bits_per_word - 8) {
> 				dev_dbg(&spi->dev, "you can't yet change "
> -					 "bit_per_word in transfers\n");
> +					 "bits_per_word in transfers\n");
> 				return -ENOPROTOOPT;
> 			}
> 		}
> -- 
> 1.6.3.3

------------------------------------------------------------------------------
Download new Adobe(R) Flash(R) Builder(TM) 4
The new Adobe(R) Flex(R) 4 and Flash(R) Builder(TM) 4 (formerly 
Flex(R) Builder(TM)) enable the development of rich applications that run
across multiple browsers and platforms. Download your free trials today!
http://p.sf.net/sfu/adobe-dev2dev

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-10-16  3:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-15 23:39 [PATCH] atmel_spi.c - typo in debug message Matthias Brugger
     [not found] ` <4CB8E645.2050701-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2010-10-16  3:56   ` Grant Likely

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.