From: "Raphaël Poggi" <poggi.raph@gmail.com>
To: nicolas.ferre@atmel.com
Cc: linux-spi@vger.kernel.org, linux-kernel@vger.kernel.org,
"Raphaël Poggi" <poggi.raph@gmail.com>
Subject: [PATCH] spi: atmel: fix typo in dev_err
Date: Tue, 20 May 2014 09:41:51 +0200 [thread overview]
Message-ID: <1400571711-13137-1-git-send-email-poggi.raph@gmail.com> (raw)
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
next reply other threads:[~2014-05-20 7:41 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-05-20 7:41 Raphaël Poggi [this message]
2014-05-20 8:23 ` [PATCH] spi: atmel: fix typo in dev_err Nicolas Ferre
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1400571711-13137-1-git-send-email-poggi.raph@gmail.com \
--to=poggi.raph@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-spi@vger.kernel.org \
--cc=nicolas.ferre@atmel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).