diff mbox series

ocfs2: suballoc.h: delete a duplicated word

Message ID 20200720001421.28823-1-rdunlap@infradead.org (mailing list archive)
State New, archived
Headers show
Series ocfs2: suballoc.h: delete a duplicated word | expand

Commit Message

Randy Dunlap July 20, 2020, 12:14 a.m. UTC
Drop the repeated word "is" in a comment.

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Mark Fasheh <mark@fasheh.com>
Cc: Joel Becker <jlbec@evilplan.org>
Cc: Joseph Qi <joseph.qi@linux.alibaba.com>
Cc: ocfs2-devel@oss.oracle.com
---
 fs/ocfs2/suballoc.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Joseph Qi July 20, 2020, 1:17 a.m. UTC | #1
On 2020/7/20 08:14, Randy Dunlap wrote:
> Drop the repeated word "is" in a comment.
> 
> Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
> Cc: Mark Fasheh <mark@fasheh.com>
> Cc: Joel Becker <jlbec@evilplan.org>
> Cc: Joseph Qi <joseph.qi@linux.alibaba.com>
> Cc: ocfs2-devel@oss.oracle.com

Acked-by: Joseph Qi <joseph.qi@linux.alibaba.com>
> ---
>  fs/ocfs2/suballoc.h |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> --- linux-next-20200717.orig/fs/ocfs2/suballoc.h
> +++ linux-next-20200717/fs/ocfs2/suballoc.h
> @@ -40,7 +40,7 @@ struct ocfs2_alloc_context {
>  
>  	u64    ac_last_group;
>  	u64    ac_max_block;  /* Highest block number to allocate. 0 is
> -				 is the same as ~0 - unlimited */
> +				 the same as ~0 - unlimited */
>  
>  	int    ac_find_loc_only;  /* hack for reflink operation ordering */
>  	struct ocfs2_suballoc_result *ac_find_loc_priv; /* */
> 
> _______________________________________________
> Ocfs2-devel mailing list
> Ocfs2-devel@oss.oracle.com
> https://oss.oracle.com/mailman/listinfo/ocfs2-devel
>
diff mbox series

Patch

--- linux-next-20200717.orig/fs/ocfs2/suballoc.h
+++ linux-next-20200717/fs/ocfs2/suballoc.h
@@ -40,7 +40,7 @@  struct ocfs2_alloc_context {
 
 	u64    ac_last_group;
 	u64    ac_max_block;  /* Highest block number to allocate. 0 is
-				 is the same as ~0 - unlimited */
+				 the same as ~0 - unlimited */
 
 	int    ac_find_loc_only;  /* hack for reflink operation ordering */
 	struct ocfs2_suballoc_result *ac_find_loc_priv; /* */