[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20210120194206.GP3134581@magnolia>
Date: Wed, 20 Jan 2021 11:42:06 -0800
From: "Darrick J. Wong" <djwong@...nel.org>
To: Zheng Yongjun <zhengyongjun3@...wei.com>
Cc: linux-xfs@...r.kernel.org, darrick.wong@...cle.com,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH -next] fs/xfs: convert comma to semicolon
On Fri, Dec 11, 2020 at 04:41:12PM +0800, Zheng Yongjun wrote:
> Replace a comma between expression statements by a semicolon.
>
> Signed-off-by: Zheng Yongjun <zhengyongjun3@...wei.com>
Apparently I forgot to ack this before merging it...
Reviewed-by: Darrick J. Wong <djwong@...nel.org>
--D
> ---
> fs/xfs/libxfs/xfs_btree.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/fs/xfs/libxfs/xfs_btree.c b/fs/xfs/libxfs/xfs_btree.c
> index 2d25bab68764..51dbff9b0908 100644
> --- a/fs/xfs/libxfs/xfs_btree.c
> +++ b/fs/xfs/libxfs/xfs_btree.c
> @@ -4070,7 +4070,7 @@ xfs_btree_delrec(
> * surviving block, and log it.
> */
> xfs_btree_set_numrecs(left, lrecs + rrecs);
> - xfs_btree_get_sibling(cur, right, &cptr, XFS_BB_RIGHTSIB),
> + xfs_btree_get_sibling(cur, right, &cptr, XFS_BB_RIGHTSIB);
> xfs_btree_set_sibling(cur, left, &cptr, XFS_BB_RIGHTSIB);
> xfs_btree_log_block(cur, lbp, XFS_BB_NUMRECS | XFS_BB_RIGHTSIB);
>
> --
> 2.22.0
>
Powered by blists - more mailing lists