summaryrefslogtreecommitdiffstats
path: root/fs/f2fs
diff options
context:
space:
mode:
authorYoungjun Yoo2019-04-20 15:50:40 +0200
committerJaegeuk Kim2019-05-09 06:23:11 +0200
commit3a912b773238ae8ba0c03df86361c8b2b9265b3b (patch)
tree1f85c5a4a9e9950fb14185831f9f07336fb0f421 /fs/f2fs
parentf2fs: insert space before the open parenthesis '(' (diff)
downloadkernel-qcow2-linux-3a912b773238ae8ba0c03df86361c8b2b9265b3b.tar.gz
kernel-qcow2-linux-3a912b773238ae8ba0c03df86361c8b2b9265b3b.tar.xz
kernel-qcow2-linux-3a912b773238ae8ba0c03df86361c8b2b9265b3b.zip
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/f2fs')
-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,