From: Tao Ma Date: Thu, 27 Nov 2008 00:20:19 +0000 (-0800) Subject: ocfs2: fix indendation in ocfs2_dquot_drop_slow X-Git-Tag: firefly_0821_release~16405^2~54 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=e35ff98f7c37b7bc901b4b90a66a0287565e456c;p=firefly-linux-kernel-4.4.55.git ocfs2: fix indendation in ocfs2_dquot_drop_slow Signed-off-by: Tao Ma Signed-off-by: Mark Fasheh --- diff --git a/fs/ocfs2/quota_global.c b/fs/ocfs2/quota_global.c index 054d52bd8258..a10faebe88a1 100644 --- a/fs/ocfs2/quota_global.c +++ b/fs/ocfs2/quota_global.c @@ -893,7 +893,7 @@ static int ocfs2_dquot_drop_slow(struct inode *inode) if (IS_ERR(handle)) { status = PTR_ERR(handle); mlog_errno(status); - goto out; + goto out; } dquot_drop(inode); ocfs2_commit_trans(OCFS2_SB(sb), handle);