From: kbuild test robot <lkp(a)intel.com>
fs/xfs/libxfs/xfs_swapext.c:240:16-17: Unneeded semicolon
Remove unneeded semicolon.
Generated by: scripts/coccinelle/misc/semicolon.cocci
Fixes: 50f595c1bc68 ("xfs: create deferred log items for extent swapping")
Signed-off-by: kbuild test robot <lkp(a)intel.com>
---
tree:
https://git.kernel.org/pub/scm/linux/kernel/git/djwong/xfs-linux.git djwong-wtf
head: 451e129b1d48285f45c3abcced1f7fe3516aa645
commit: 50f595c1bc68cc1db4f800833af9cc04838774ab [325/340] xfs: create deferred log items
for extent swapping
xfs_swapext.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- a/fs/xfs/libxfs/xfs_swapext.c
+++ b/fs/xfs/libxfs/xfs_swapext.c
@@ -237,7 +237,7 @@ xfs_swapext_finish_one(
irec1.br_blockcount, &irec2, &nimaps,
bmap_flags);
if (error)
- return error;;
+ return error;
if (nimaps != 1 ||
irec2.br_startblock == DELAYSTARTBLOCK ||
irec2.br_startoff != sxi->si_startoff2) {