From: Zeng Heng Date: Sun, 18 Sep 2022 20:45:14 +0000 (+1000) Subject: xfs: remove the redundant word in comment X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=460281cf269b02f2caa88ade79c1e7eed29bfe15;p=linux.git xfs: remove the redundant word in comment Just remove the redundant word "being" in comment. Signed-off-by: Zeng Heng Reviewed-by: Darrick J. Wong Signed-off-by: Dave Chinner --- diff --git a/fs/xfs/xfs_inode_item.c b/fs/xfs/xfs_inode_item.c index 6e19ece916bfb..ca2941ab6cbcd 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.