]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commitdiff
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)
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

index c8a328ee2c2a68333a15cd414ed27e2eb36aa882..39d84d379bbde8ab321367d5135b0a88c9baa943 100644 (file)
@@ -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;
        }
 
        /*