lkml.org 
[lkml]   [2017]   [Mar]   [16]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
SubjectRe: [PATCH] mtd: nand: nandsim: fix spelling mistake: "weakpagess" -> "weakpages"
On Thu, 23 Feb 2017 11:30:48 +0000
Colin King <colin.king@canonical.com> 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>

Applied.

Thanks,

Boris

> ---
> 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;

\
 
 \ /
  Last update: 2017-03-16 10:25    [W:0.055 / U:0.028 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site