Skip to content

Commit

Permalink
xfs: xfs_btree_staging.h: delete duplicated words
Browse files Browse the repository at this point in the history
Drop the repeated words "with" and "be" in comments.

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: "Darrick J. Wong" <darrick.wong@oracle.com>
Cc: linux-xfs@vger.kernel.org
Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
  • Loading branch information
Randy Dunlap authored and Darrick J. Wong committed Jul 29, 2020
1 parent d8c1af0 commit 26270c9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions fs/xfs/libxfs/xfs_btree_staging.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ struct xbtree_afakeroot {
unsigned int af_blocks;
};

/* Cursor interactions with with fake roots for AG-rooted btrees. */
/* Cursor interactions with fake roots for AG-rooted btrees. */
void xfs_btree_stage_afakeroot(struct xfs_btree_cur *cur,
struct xbtree_afakeroot *afake);
void xfs_btree_commit_afakeroot(struct xfs_btree_cur *cur, struct xfs_trans *tp,
Expand All @@ -45,7 +45,7 @@ struct xbtree_ifakeroot {
unsigned int if_extents;
};

/* Cursor interactions with with fake roots for inode-rooted btrees. */
/* Cursor interactions with fake roots for inode-rooted btrees. */
void xfs_btree_stage_ifakeroot(struct xfs_btree_cur *cur,
struct xbtree_ifakeroot *ifake,
struct xfs_btree_ops **new_ops);
Expand Down Expand Up @@ -90,7 +90,7 @@ struct xfs_btree_bload {

/*
* Number of free records to leave in each leaf block. If the caller
* sets this to -1, the slack value will be calculated to be be halfway
* sets this to -1, the slack value will be calculated to be halfway
* between maxrecs and minrecs. This typically leaves the block 75%
* full. Note that slack values are not enforced on inode root blocks.
*/
Expand Down

0 comments on commit 26270c9

Please sign in to comment.