[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20240903073931.781113-1-nichen@iscas.ac.cn>
Date: Tue, 3 Sep 2024 15:39:31 +0800
From: Chen Ni <nichen@...as.ac.cn>
To: chandan.babu@...cle.com,
djwong@...nel.org,
aalbersh@...hat.com,
willy@...radead.org
Cc: linux-xfs@...r.kernel.org,
linux-kernel@...r.kernel.org,
Chen Ni <nichen@...as.ac.cn>
Subject: [PATCH] xfs: convert comma to semicolon
Replace a comma between expression statements by a semicolon.
Signed-off-by: Chen Ni <nichen@...as.ac.cn>
---
fs/xfs/libxfs/xfs_attr_remote.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/fs/xfs/libxfs/xfs_attr_remote.c b/fs/xfs/libxfs/xfs_attr_remote.c
index 4c44ce1c8a64..5a55819f50f3 100644
--- a/fs/xfs/libxfs/xfs_attr_remote.c
+++ b/fs/xfs/libxfs/xfs_attr_remote.c
@@ -525,7 +525,7 @@ xfs_attr_rmtval_set_value(
ASSERT((map.br_startblock != DELAYSTARTBLOCK) &&
(map.br_startblock != HOLESTARTBLOCK));
- dblkno = XFS_FSB_TO_DADDR(mp, map.br_startblock),
+ dblkno = XFS_FSB_TO_DADDR(mp, map.br_startblock);
dblkcnt = XFS_FSB_TO_BB(mp, map.br_blockcount);
error = xfs_buf_get(mp->m_ddev_targp, dblkno, dblkcnt, &bp);
--
2.25.1
Powered by blists - more mailing lists