public inbox for kernel-janitors@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 2/4] fs: ext4: dir: Added a blank line after declaration
@ 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

Added a blank line after declaration

Signed-off-by: Adir Kuhn <adirkuhn@gmail.com>
---
 fs/ext4/dir.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/fs/ext4/dir.c b/fs/ext4/dir.c
index b81ffae..89fa42b 100644
--- a/fs/ext4/dir.c
+++ b/fs/ext4/dir.c
@@ -128,6 +128,7 @@ static int ext4_readdir(struct file *file, struct dir_context *ctx)

 	if (ext4_has_inline_data(inode)) {
 		int has_inline_data = 1;
+
 		err = ext4_read_inline_dir(file, ctx,
 					   &has_inline_data);
 		if (has_inline_data)
--
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 2/4] fs: ext4: dir: Added a blank line after declaration Adir Kuhn

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