public inbox for linux-mtd@lists.infradead.org
 help / color / mirror / Atom feed
From: Marek Vasut <marek.vasut@gmail.com>
To: Colin King <colin.king@canonical.com>,
	Boris Brezillon <boris.brezillon@free-electrons.com>,
	Richard Weinberger <richard@nod.at>,
	David Woodhouse <dwmw2@infradead.org>,
	Brian Norris <computersforpeace@gmail.com>,
	Cyrille Pitchen <cyrille.pitchen@atmel.com>,
	linux-mtd@lists.infradead.org
Cc: linux-kernel@vger.kernel.org
Subject: Re: [PATCH] mtd: nand: nandsim: fix spelling mistake: "weakpagess" -> "weakpages"
Date: Thu, 23 Feb 2017 23:00:18 +0100	[thread overview]
Message-ID: <bb00b531-3e12-1881-731c-bca745fb56fe@gmail.com> (raw)
In-Reply-To: <20170223113048.13208-1-colin.king@canonical.com>

On 02/23/2017 12:30 PM, Colin King wrote:
> From: Colin Ian King <colin.king@canonical.com>
> 
> trivial fix to spelling mistake in NS_ERR error message
> 
> Signed-off-by: Colin Ian King <colin.king@canonical.com>

Acked-by: Marek Vasut <marek.vasut@gmail.com>

Thanks

> ---
>  drivers/mtd/nand/nandsim.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/mtd/nand/nandsim.c b/drivers/mtd/nand/nandsim.c
> index c847426..cef818f 100644
> --- a/drivers/mtd/nand/nandsim.c
> +++ b/drivers/mtd/nand/nandsim.c
> @@ -901,7 +901,7 @@ static int parse_weakpages(void)
>  		zero_ok = (*w == '0' ? 1 : 0);
>  		page_no = simple_strtoul(w, &w, 0);
>  		if (!zero_ok && !page_no) {
> -			NS_ERR("invalid weakpagess.\n");
> +			NS_ERR("invalid weakpages.\n");
>  			return -EINVAL;
>  		}
>  		max_writes = 3;
> 


-- 
Best regards,
Marek Vasut

  reply	other threads:[~2017-02-23 22:03 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-02-23 11:30 [PATCH] mtd: nand: nandsim: fix spelling mistake: "weakpagess" -> "weakpages" Colin King
2017-02-23 22:00 ` Marek Vasut [this message]
2017-03-16  9:24 ` Boris Brezillon

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=bb00b531-3e12-1881-731c-bca745fb56fe@gmail.com \
    --to=marek.vasut@gmail.com \
    --cc=boris.brezillon@free-electrons.com \
    --cc=colin.king@canonical.com \
    --cc=computersforpeace@gmail.com \
    --cc=cyrille.pitchen@atmel.com \
    --cc=dwmw2@infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mtd@lists.infradead.org \
    --cc=richard@nod.at \
    /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