trivial: remove unnecessary semicolons
[deliverable/linux.git] / fs / ocfs2 / quota_global.c
index 44f2a5e1d04233bae9fc5b72bf894cbdd67461f2..0578cc14b7a3b095fe0351be1d316d24aa14e2f5 100644 (file)
@@ -154,7 +154,7 @@ static int ocfs2_get_quota_block(struct inode *inode, int block,
                err = -EIO;
                mlog_errno(err);
        }
-       return err;;
+       return err;
 }
 
 /* Read data from global quotafile - avoid pagecache and such because we cannot
This page took 0.024794 seconds and 5 git commands to generate.