OSDN Git Service

xfs: fix coccinelle warnings
authorkbuild test robot <fengguang.wu@intel.com>
Mon, 4 Aug 2014 03:49:40 +0000 (13:49 +1000)
committerDave Chinner <david@fromorbit.com>
Mon, 4 Aug 2014 03:49:40 +0000 (13:49 +1000)
commit6eee8972cc1799d3dde3f1e699abf286ed3adbaf
tree5b8f4d43859406ef16eeb012294ff2aaae624d48
parenta087481811bed920eb5eedbb5574b915881adbea
xfs: fix coccinelle warnings

Removes unneeded semicolon, introduced by commit a70a4fa5 ("xfs: fix
a couple error sequence jumps in xfs_mountfs"):

fs/xfs/xfs_mount.c:858:24-25: Unneeded semicolon

Generated by: scripts/coccinelle/misc/semicolon.cocci

Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
Reviewed-by: Brian Foster <bfoster@redhat.com>
Signed-off-by: Dave Chinner <david@fromorbit.com>
fs/xfs/xfs_mount.c