diff options
author | Zeng Heng <zengheng4@huawei.com> | 2022-09-18 22:45:14 +0200 |
---|---|---|
committer | Dave Chinner <david@fromorbit.com> | 2022-09-18 22:45:14 +0200 |
commit | 460281cf269b02f2caa88ade79c1e7eed29bfe15 (patch) | |
tree | df0e5178c888a968b0aecfc7b9a2878028532197 | |
parent | Linux 6.0-rc6 (diff) | |
download | linux-460281cf269b02f2caa88ade79c1e7eed29bfe15.tar.xz linux-460281cf269b02f2caa88ade79c1e7eed29bfe15.zip |
xfs: remove the redundant word in comment
Just remove the redundant word "being" in comment.
Signed-off-by: Zeng Heng <zengheng4@huawei.com>
Reviewed-by: Darrick J. Wong <djwong@kernel.org>
Signed-off-by: Dave Chinner <david@fromorbit.com>
-rw-r--r-- | fs/xfs/xfs_inode_item.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/xfs_inode_item.c b/fs/xfs/xfs_inode_item.c index 6e19ece916bf..ca2941ab6cbc 100644 --- a/fs/xfs/xfs_inode_item.c +++ b/fs/xfs/xfs_inode_item.c @@ -550,7 +550,7 @@ xfs_inode_item_push( if (!bp || (ip->i_flags & XFS_ISTALE)) { /* - * Inode item/buffer is being being aborted due to cluster + * Inode item/buffer is being aborted due to cluster * buffer deletion. Trigger a log force to have that operation * completed and items removed from the AIL before the next push * attempt. |