summaryrefslogtreecommitdiffstats
path: root/fs/f2fs/acl.c
diff options
context:
space:
mode:
authorYoungjun Yoo2019-04-20 15:51:36 +0200
committerJaegeuk Kim2019-05-09 06:23:11 +0200
commitc456362b91a681f1e9a1399cebb4586abc819541 (patch)
tree6d5fd82a5d780fa2e51f281c70b6d6fe7ef0ddf4 /fs/f2fs/acl.c
parentf2fs: allow address pointer number of dnode aligning to specified size (diff)
downloadkernel-qcow2-linux-c456362b91a681f1e9a1399cebb4586abc819541.tar.gz
kernel-qcow2-linux-c456362b91a681f1e9a1399cebb4586abc819541.tar.xz
kernel-qcow2-linux-c456362b91a681f1e9a1399cebb4586abc819541.zip
f2fs: insert space before the open parenthesis '('
Modify coding style ERROR: space required before the open parenthesis '(' 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/acl.c')
-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 63e599524085..7b9ec6416cf5 100644
--- a/fs/f2fs/acl.c
+++ b/fs/f2fs/acl.c
@@ -285,7 +285,7 @@ static int f2fs_acl_create_masq(struct posix_acl *acl, umode_t *mode_p)
/* assert(atomic_read(acl->a_refcount) == 1); */
FOREACH_ACL_ENTRY(pa, acl, pe) {
- switch(pa->e_tag) {
+ switch (pa->e_tag) {
case ACL_USER_OBJ:
pa->e_perm &= (mode >> 6) | ~S_IRWXO;
mode &= (pa->e_perm << 6) | ~S_IRWXU;