From: Nicolas Ferre <nicolas.ferre@atmel.com>
To: "Raphaël Poggi" <poggi.raph@gmail.com>,
linux-spi@vger.kernel.org, "Mark Brown" <broonie@kernel.org>
Cc: <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH] spi: atmel: fix typo in dev_err
Date: Tue, 20 May 2014 10:23:57 +0200 [thread overview]
Message-ID: <537B111D.20808@atmel.com> (raw)
In-Reply-To: <1400571711-13137-1-git-send-email-poggi.raph@gmail.com>
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
prev parent reply other threads:[~2014-05-20 8:23 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-05-20 7:41 [PATCH] spi: atmel: fix typo in dev_err Raphaël Poggi
2014-05-20 8:23 ` Nicolas Ferre [this message]
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=537B111D.20808@atmel.com \
--to=nicolas.ferre@atmel.com \
--cc=broonie@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-spi@vger.kernel.org \
--cc=poggi.raph@gmail.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).