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]
Date:   Tue, 11 Aug 2020 10:35:21 +0800
From:   Joseph Qi <jiangqi903@...il.com>
To:     Randy Dunlap <rdunlap@...radead.org>, linux-kernel@...r.kernel.org
Cc:     ocfs2-devel@....oracle.com
Subject: Re: [Ocfs2-devel] [PATCH] fs: ocfs2: delete repeated words in
 comments



On 2020/8/11 10:18, Randy Dunlap wrote:
> Drop duplicated words {the, and} in comments.
> 
> Signed-off-by: Randy Dunlap <rdunlap@...radead.org>
> Cc: Mark Fasheh <mark@...heh.com>
> Cc: Joel Becker <jlbec@...lplan.org>
> Cc: Joseph Qi <joseph.qi@...ux.alibaba.com>
> Cc: Andrew Morton <akpm@...ux-foundation.org>
> Cc: ocfs2-devel@....oracle.com

Acked-by: Joseph Qi <joseph.qi@...ux.alibaba.com>

> ---
>  fs/ocfs2/alloc.c      |    2 +-
>  fs/ocfs2/localalloc.c |    2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
> 
> --- linux-next-20200807.orig/fs/ocfs2/alloc.c
> +++ linux-next-20200807/fs/ocfs2/alloc.c
> @@ -6013,7 +6013,7 @@ int __ocfs2_flush_truncate_log(struct oc
>  		goto out;
>  	}
>  
> -	/* Appending truncate log(TA) and and flushing truncate log(TF) are
> +	/* Appending truncate log(TA) and flushing truncate log(TF) are
>  	 * two separated transactions. They can be both committed but not
>  	 * checkpointed. If crash occurs then, both two transaction will be
>  	 * replayed with several already released to global bitmap clusters.
> --- linux-next-20200807.orig/fs/ocfs2/localalloc.c
> +++ linux-next-20200807/fs/ocfs2/localalloc.c
> @@ -677,7 +677,7 @@ int ocfs2_reserve_local_alloc_bits(struc
>  		/*
>  		 * Under certain conditions, the window slide code
>  		 * might have reduced the number of bits available or
> -		 * disabled the the local alloc entirely. Re-check
> +		 * disabled the local alloc entirely. Re-check
>  		 * here and return -ENOSPC if necessary.
>  		 */
>  		status = -ENOSPC;
> 
> _______________________________________________
> Ocfs2-devel mailing list
> Ocfs2-devel@....oracle.com
> https://oss.oracle.com/mailman/listinfo/ocfs2-devel
> 

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ