From: Adir Kuhn <adirkuhn@gmail.com>
To: kernel-janitors@vger.kernel.org
Subject: [PATCH 1/4] fs: ext4: dir: Removed unnecessary braces
Date: Tue, 05 May 2015 01:51:29 +0000 [thread overview]
Message-ID: <1430790692-5679-2-git-send-email-adirkuhn@gmail.com> (raw)
Removed unnecessary braces
Signed-off-by: Adir Kuhn <adirkuhn@gmail.com>
---
fs/ext4/dir.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/fs/ext4/dir.c b/fs/ext4/dir.c
index 61db51a..b81ffae 100644
--- a/fs/ext4/dir.c
+++ b/fs/ext4/dir.c
@@ -115,9 +115,9 @@ static int ext4_readdir(struct file *file, struct dir_context *ctx)
if (is_dx_dir(inode)) {
err = ext4_dx_readdir(file, ctx);
- if (err != ERR_BAD_DX_DIR) {
+ if (err != ERR_BAD_DX_DIR)
return err;
- }
+
/*
* We don't set the inode dirty flag since it's not
* critical that it get flushed back to the disk.
--
2.1.4
reply other threads:[~2015-05-05 1:51 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=1430790692-5679-2-git-send-email-adirkuhn@gmail.com \
--to=adirkuhn@gmail.com \
--cc=kernel-janitors@vger.kernel.org \
/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