2020-07-20 00:17:53

by Randy Dunlap

[permalink] [raw]
Subject: [PATCH] ocfs2: suballoc.h: delete a duplicated word

Drop the repeated word "is" in a comment.

Signed-off-by: Randy Dunlap <[email protected]>
Cc: Mark Fasheh <[email protected]>
Cc: Joel Becker <[email protected]>
Cc: Joseph Qi <[email protected]>
Cc: [email protected]
---
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; /* */


2020-07-20 01:19:24

by Joseph Qi

[permalink] [raw]
Subject: Re: [Ocfs2-devel] [PATCH] ocfs2: suballoc.h: delete a duplicated word



On 2020/7/20 08:14, Randy Dunlap wrote:
> Drop the repeated word "is" in a comment.
>
> Signed-off-by: Randy Dunlap <[email protected]>
> Cc: Mark Fasheh <[email protected]>
> Cc: Joel Becker <[email protected]>
> Cc: Joseph Qi <[email protected]>
> Cc: [email protected]

Acked-by: Joseph Qi <[email protected]>
> ---
> 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
> [email protected]
> https://oss.oracle.com/mailman/listinfo/ocfs2-devel
>