Skip to content

Commit

Permalink
ocfs2: suballoc.h: delete a duplicated word
Browse files Browse the repository at this point in the history
Drop the repeated word "is" in a comment.

Signed-off-by: Randy Dunlap <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Acked-by: Joseph Qi <[email protected]>
Cc: Mark Fasheh <[email protected]>
Cc: Joel Becker <[email protected]>
Cc: Joseph Qi <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Linus Torvalds <[email protected]>
  • Loading branch information
rddunlap authored and torvalds committed Aug 7, 2020
1 parent 504ec37 commit 7eba77d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/ocfs2/suballoc.h
Original file line number Diff line number Diff line change
Expand Up @@ -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; /* */
Expand Down

0 comments on commit 7eba77d

Please sign in to comment.