summaryrefslogtreecommitdiff
path: root/fs
diff options
context:
space:
mode:
authorYoungjun Yoo <youngjun.willow@gmail.com>2019-04-20 22:50:40 +0900
committerJaegeuk Kim <jaegeuk@kernel.org>2019-05-08 21:23:11 -0700
commit3a912b773238ae8ba0c03df86361c8b2b9265b3b (patch)
tree1f85c5a4a9e9950fb14185831f9f07336fb0f421 /fs
parentc456362b91a681f1e9a1399cebb4586abc819541 (diff)
f2fs: Replace spaces with tab
Modify coding style ERROR: code indent should use tabs where possible Signed-off-by: Youngjun Yoo <youngjun.willow@gmail.com> Reviewed-by: Chao Yu <yuchao0@huawei.com> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
Diffstat (limited to 'fs')
-rw-r--r--fs/f2fs/acl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/f2fs/acl.c b/fs/f2fs/acl.c
index 7b9ec6416cf5..217b290ae3a5 100644
--- a/fs/f2fs/acl.c
+++ b/fs/f2fs/acl.c
@@ -326,7 +326,7 @@ static int f2fs_acl_create_masq(struct posix_acl *acl, umode_t *mode_p)
}
*mode_p = (*mode_p & ~S_IRWXUGO) | mode;
- return not_equiv;
+ return not_equiv;
}
static int f2fs_acl_create(struct inode *dir, umode_t *mode,