lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <ece4eab6-b8e6-603a-5c59-26c025d394bb@huawei.com>
Date: Mon, 23 Sep 2024 19:01:57 +0800
From: Zhihao Cheng <chengzhihao1@...wei.com>
To: Shen Lichuan <shenlichuan@...o.com>, <dwmw2@...radead.org>,
	<richard@....at>
CC: <linux-mtd@...ts.infradead.org>, <linux-kernel@...r.kernel.org>,
	<opensource.kernel@...o.com>
Subject: Re: [PATCH v1] jffs2: Correct some typos in comments

在 2024/9/23 16:33, Shen Lichuan 写道:
> Fixed some confusing spelling errors, the details are as follows:
> 
> -in the code comments:
> 	wating		-> waiting
> 	succefully	-> successfully
> 
> Signed-off-by: Shen Lichuan <shenlichuan@...o.com>
> ---
>   fs/jffs2/gc.c        | 2 +-
>   fs/jffs2/readinode.c | 2 +-
>   2 files changed, 2 insertions(+), 2 deletions(-)
> 

Reviewed-by: Zhihao Cheng <chengzhihao1@...wei.com>
> diff --git a/fs/jffs2/gc.c b/fs/jffs2/gc.c
> index 822949d0eb00..1b833bbffcf5 100644
> --- a/fs/jffs2/gc.c
> +++ b/fs/jffs2/gc.c
> @@ -82,7 +82,7 @@ static struct jffs2_eraseblock *jffs2_find_gc_block(struct jffs2_sb_info *c)
>   
>   		nextlist = &c->erasable_list;
>   	} else if (!list_empty(&c->erasable_pending_wbuf_list)) {
> -		/* There are blocks are wating for the wbuf sync */
> +		/* There are blocks are waiting for the wbuf sync */
>   		jffs2_dbg(1, "Synching wbuf in order to reuse erasable_pending_wbuf_list blocks\n");
>   		spin_unlock(&c->erase_completion_lock);
>   		jffs2_flush_wbuf_pad(c);
> diff --git a/fs/jffs2/readinode.c b/fs/jffs2/readinode.c
> index 03b4f99614be..f987f78a894e 100644
> --- a/fs/jffs2/readinode.c
> +++ b/fs/jffs2/readinode.c
> @@ -72,7 +72,7 @@ static int check_node_data(struct jffs2_sb_info *c, struct jffs2_tmp_dnode_info
>   		if (err != -EOPNOTSUPP)
>   			JFFS2_WARNING("MTD point failed: error code %d.\n", err);
>   	} else
> -		pointed = 1; /* succefully pointed to device */
> +		pointed = 1; /* successfully pointed to device */
>   #endif
>   
>   	if (!pointed) {
> 


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ