[PATCH -next] xfs: remove the redundant word in comment

Zeng Heng posted 1 patch 3 years, 7 months ago
fs/xfs/xfs_inode_item.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH -next] xfs: remove the redundant word in comment
Posted by Zeng Heng 3 years, 7 months ago
Just remove the redundant word "being" in comment.

Signed-off-by: Zeng Heng <zengheng4@huawei.com>
---
 fs/xfs/xfs_inode_item.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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.
-- 
2.25.1
Re: [PATCH -next] xfs: remove the redundant word in comment
Posted by Darrick J. Wong 3 years, 7 months ago
On Tue, Aug 23, 2022 at 09:47:20AM +0800, Zeng Heng wrote:
> Just remove the redundant word "being" in comment.
> 
> Signed-off-by: Zeng Heng <zengheng4@huawei.com>
> ---
>  fs/xfs/xfs_inode_item.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> 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

Reviewed-by: Darrick J. Wong <djwong@kernel.org>

--D

>  		 * buffer deletion. Trigger a log force to have that operation
>  		 * completed and items removed from the AIL before the next push
>  		 * attempt.
> -- 
> 2.25.1
>