From: Josh Wu <josh.wu@atmel.com>
To: Colin King <colin.king@canonical.com>,
David Woodhouse <dwmw2@infradead.org>,
Brian Norris <computersforpeace@gmail.com>,
<linux-mtd@lists.infradead.org>
Cc: <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH] mtd: atmel_nand: fix typo in dev_err error message
Date: Mon, 2 Mar 2015 09:01:30 +0800 [thread overview]
Message-ID: <54F3B66A.7040100@atmel.com> (raw)
In-Reply-To: <1425155276-8039-1-git-send-email-colin.king@canonical.com>
Hi, Colin
On 3/1/2015 4:27 AM, Colin King wrote:
> From: Colin Ian King <colin.king@canonical.com>
>
> Fix typo, "Unkown" -> "Unknown"
>
> Signed-off-by: Colin Ian King <colin.king@canonical.com>
Thanks for the patch.
Acked-by: Josh Wu <josh.wu@atmel.com>
> ---
> drivers/mtd/nand/atmel_nand.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/mtd/nand/atmel_nand.c b/drivers/mtd/nand/atmel_nand.c
> index d93c849..1310450 100644
> --- a/drivers/mtd/nand/atmel_nand.c
> +++ b/drivers/mtd/nand/atmel_nand.c
> @@ -1719,7 +1719,7 @@ static int nfc_wait_interrupt(struct atmel_nand_host *host, u32 flag)
> comp[index++] = &host->nfc->comp_cmd_done;
>
> if (index == 0) {
> - dev_err(host->dev, "Unkown interrupt flag: 0x%08x\n", flag);
> + dev_err(host->dev, "Unknown interrupt flag: 0x%08x\n", flag);
> return -EINVAL;
> }
>
Best Regards,
Josh Wu
next prev parent reply other threads:[~2015-03-02 1:07 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-02-28 20:27 [PATCH] mtd: atmel_nand: fix typo in dev_err error message Colin King
2015-03-02 1:01 ` Josh Wu [this message]
2015-03-03 7:00 ` Brian Norris
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=54F3B66A.7040100@atmel.com \
--to=josh.wu@atmel.com \
--cc=colin.king@canonical.com \
--cc=computersforpeace@gmail.com \
--cc=dwmw2@infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mtd@lists.infradead.org \
/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