Skip to content

Commit 26270c9

Browse files
rddunlapdjwong
authored andcommitted
xfs: xfs_btree_staging.h: delete duplicated words
Drop the repeated words "with" and "be" in comments. Signed-off-by: Randy Dunlap <[email protected]> Cc: "Darrick J. Wong" <[email protected]> Cc: [email protected] Reviewed-by: Darrick J. Wong <[email protected]> Signed-off-by: Darrick J. Wong <[email protected]>
1 parent d8c1af0 commit 26270c9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

fs/xfs/libxfs/xfs_btree_staging.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ struct xbtree_afakeroot {
1818
unsigned int af_blocks;
1919
};
2020

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

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

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

0 commit comments

Comments
 (0)