Skip to content

Commit 34accea

Browse files
Yang LiDarrick J. Wong
authored andcommitted
xfs: Remove unneeded semicolon
./fs/xfs/xfs_extfree_item.c:723:3-4: Unneeded semicolon Reported-by: Abaci Robot <abaci@linux.alibaba.com> Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=5728 Signed-off-by: Yang Li <yang.lee@linux.alibaba.com> Reviewed-by: Darrick J. Wong <djwong@kernel.org> Signed-off-by: Darrick J. Wong <djwong@kernel.org>
1 parent 2d7d1e7 commit 34accea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fs/xfs/xfs_extfree_item.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -720,7 +720,7 @@ xfs_efi_item_recover(
720720
requeue_only = true;
721721
continue;
722722
}
723-
};
723+
}
724724

725725
if (error == -EFSCORRUPTED)
726726
XFS_CORRUPTION_ERROR(__func__, XFS_ERRLEVEL_LOW, mp,

0 commit comments

Comments
 (0)