f2fs: insert space before the open parenthesis '('
authorYoungjun Yoo <youngjun.willow@gmail.com>
Sat, 20 Apr 2019 13:51:36 +0000 (22:51 +0900)
committerJaegeuk Kim <jaegeuk@kernel.org>
Thu, 9 May 2019 04:23:11 +0000 (21:23 -0700)
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>
fs/f2fs/acl.c

index 63e599524085bbd8a83447cacd759fb42f885490..7b9ec6416cf57bf21803717da1e2831a59ec3908 100644 (file)
@@ -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;