linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Youngjun Yoo <youngjun.willow@gmail.com>
To: jaegeuk@kernel.org
Cc: yuchao0@huawei.com, linux-f2fs-devl@lists.sourceforge.net,
	linux-kernel@vger.kernel.org
Subject: [PATCH 2/2] fs: f2fs: insert space before the open parenthesis '('
Date: Sat, 20 Apr 2019 22:51:36 +0900	[thread overview]
Message-ID: <20190420135136.GA7426@willow72> (raw)

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


             reply	other threads:[~2019-04-20 14:13 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-04-20 13:51 Youngjun Yoo [this message]
2019-04-22 11:16 ` [PATCH 2/2] fs: f2fs: insert space before the open parenthesis '(' Chao Yu
2019-04-22 11:28 ` Chao Yu

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190420135136.GA7426@willow72 \
    --to=youngjun.willow@gmail.com \
    --cc=jaegeuk@kernel.org \
    --cc=linux-f2fs-devl@lists.sourceforge.net \
    --cc=linux-kernel@vger.kernel.org \
    --cc=yuchao0@huawei.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).