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>
        /* 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;