trivial: remove unnecessary semicolons
Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user