From: kbuild test robot Date: Mon, 4 Aug 2014 03:49:40 +0000 (+1000) Subject: xfs: fix coccinelle warnings X-Git-Tag: v3.17-rc1~40^2~4 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=6eee8972cc1799d3dde3f1e699abf286ed3adbaf;p=karo-tx-linux.git 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 Reviewed-by: Brian Foster Signed-off-by: Dave Chinner --- diff --git a/fs/xfs/xfs_mount.c b/fs/xfs/xfs_mount.c index c8a328ee2c2a..39d84d379bbd 100644 --- a/fs/xfs/xfs_mount.c +++ b/fs/xfs/xfs_mount.c @@ -863,7 +863,7 @@ xfs_mountfs( !mp->m_sb.sb_inprogress) { error = xfs_initialize_perag_data(mp, sbp->sb_agcount); if (error) - goto out_log_dealloc;; + goto out_log_dealloc; } /*