[PATCH 3/4] fs: ext4: dir: Added a blank line after declaration

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Added blank line after declaration

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

diff --git a/fs/ext4/dir.c b/fs/ext4/dir.c
index 89fa42b..5c730bd 100644
--- a/fs/ext4/dir.c
+++ b/fs/ext4/dir.c
@@ -388,6 +388,7 @@ static void free_rb_tree_fname(struct rb_root *root)
 	rbtree_postorder_for_each_entry_safe(fname, next, root, rb_hash)
 		while (fname) {
 			struct fname *old = fname;
+
 			fname = fname->next;
 			kfree(old);
 		}
--
2.1.4

--
To unsubscribe from this list: send the line "unsubscribe kernel-janitors" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html




[Index of Archives]     [Kernel Development]     [Kernel Announce]     [Kernel Newbies]     [Linux Networking Development]     [Share Photos]     [IDE]     [Security]     [Git]     [Netfilter]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Device Mapper]

  Powered by Linux