* [PATCH] spi: atmel: fix typo in dev_err
@ 2014-05-20 7:41 Raphaël Poggi
2014-05-20 8:23 ` Nicolas Ferre
0 siblings, 1 reply; 2+ messages in thread
From: Raphaël Poggi @ 2014-05-20 7:41 UTC (permalink / raw)
To: nicolas.ferre; +Cc: linux-spi, linux-kernel, Raphaël Poggi
Fix typo in dev_err.
Signed-off-by: Raphaël Poggi <poggi.raph@gmail.com>
---
drivers/spi/spi-atmel.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/spi/spi-atmel.c b/drivers/spi/spi-atmel.c
index 079e6b1..7a1788b 100644
--- a/drivers/spi/spi-atmel.c
+++ b/drivers/spi/spi-atmel.c
@@ -1122,7 +1122,7 @@ static int atmel_spi_one_transfer(struct spi_master *master,
atmel_spi_lock(as);
if (WARN_ON(ret == 0)) {
dev_err(&spi->dev,
- "spi trasfer timeout, err %d\n", ret);
+ "spi transfer timeout, err %d\n", ret);
as->done_status = -EIO;
} else {
ret = 0;
--
1.7.9.5
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] spi: atmel: fix typo in dev_err
2014-05-20 7:41 [PATCH] spi: atmel: fix typo in dev_err Raphaël Poggi
@ 2014-05-20 8:23 ` Nicolas Ferre
0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Ferre @ 2014-05-20 8:23 UTC (permalink / raw)
To: Raphaël Poggi, linux-spi, Mark Brown; +Cc: linux-kernel
On 20/05/2014 09:41, Raphaël Poggi :
> Fix typo in dev_err.
>
> Signed-off-by: Raphaël Poggi <poggi.raph@gmail.com>
Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com>
> ---
> drivers/spi/spi-atmel.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/spi/spi-atmel.c b/drivers/spi/spi-atmel.c
> index 079e6b1..7a1788b 100644
> --- a/drivers/spi/spi-atmel.c
> +++ b/drivers/spi/spi-atmel.c
> @@ -1122,7 +1122,7 @@ static int atmel_spi_one_transfer(struct spi_master *master,
> atmel_spi_lock(as);
> if (WARN_ON(ret == 0)) {
> dev_err(&spi->dev,
> - "spi trasfer timeout, err %d\n", ret);
> + "spi transfer timeout, err %d\n", ret);
> as->done_status = -EIO;
> } else {
> ret = 0;
>
--
Nicolas Ferre
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-05-20 8:23 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-20 7:41 [PATCH] spi: atmel: fix typo in dev_err Raphaël Poggi
2014-05-20 8:23 ` Nicolas Ferre
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).