linux-f2fs-devel.lists.sourceforge.net archive mirror
 help / color / mirror / Atom feed
* [PATCH 2/2] fs: f2fs: insert space before the open parenthesis '('
@ 2019-04-20 11:50 Youngjun Yoo
  0 siblings, 0 replies; 2+ messages in thread
From: Youngjun Yoo @ 2019-04-20 11:50 UTC (permalink / raw)
  To: jaegeuk; +Cc: fanatic.w72, linux-kernel, linux-f2fs-devel

Modify coding style
ERROR: space required before the open parenthesis '('

Signed-off-by: Youngjun Yoo <youngjun.willow@gmail.com>
---
 fs/f2fs/acl.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fs/f2fs/acl.c b/fs/f2fs/acl.c
index a10b5abc1eb2..217b290ae3a5 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;
-- 
2.17.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread
[parent not found: <20190420135136.GA7426@willow72>]

end of thread, other threads:[~2019-04-22 11:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-04-20 11:50 [PATCH 2/2] fs: f2fs: insert space before the open parenthesis '(' Youngjun Yoo
     [not found] <20190420135136.GA7426@willow72>
2019-04-22 11:28 ` Chao Yu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).