public inbox for kernel-janitors@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/4] fs: ext4: dir: Removed unnecessary braces
@ 2015-05-05  1:51 Adir Kuhn
  0 siblings, 0 replies; only message in thread
From: Adir Kuhn @ 2015-05-05  1:51 UTC (permalink / raw)
  To: kernel-janitors

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


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2015-05-05  1:51 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-05  1:51 [PATCH 1/4] fs: ext4: dir: Removed unnecessary braces Adir Kuhn

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox