OSDN Git Service

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 05:00:07 +0000 (22:00 -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 7ebf7b9..0fcef04 100644 (file)
@@ -288,7 +288,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;