mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-11 08:18:47 +00:00
xfs: fix semicolon.cocci warnings
fs/xfs/xfs_log.c:2092:38-39: Unneeded semicolon Remove unneeded semicolon. Generated by: scripts/coccinelle/misc/semicolon.cocci Fixes: d4ca1d550d05 ("xfs: dump transaction usage details on log reservation overrun") CC: Brian Foster <bfoster@redhat.com> Signed-off-by: Fengguang Wu <fengguang.wu@intel.com> Reviewed-by: Brian Foster <bfoster@redhat.com> Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com> Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
This commit is contained in:
parent
8ba358756a
commit
244e3dea58
@ -2085,7 +2085,7 @@ xlog_print_trans(
|
||||
xfs_warn(mp, " type = 0x%x", vec->i_type);
|
||||
xfs_warn(mp, " len = %d", vec->i_len);
|
||||
xfs_warn(mp, " first %d bytes of iovec[%d]:", dumplen, i);
|
||||
xfs_hex_dump(vec->i_addr, dumplen);;
|
||||
xfs_hex_dump(vec->i_addr, dumplen);
|
||||
|
||||
vec++;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user