public inbox for kernel-janitors@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 5/5] fs: ext4: balloc: Added required space after comma
@ 2015-05-05  0:43 Adir Kuhn
  0 siblings, 0 replies; only message in thread
From: Adir Kuhn @ 2015-05-05  0:43 UTC (permalink / raw)
  To: kernel-janitors

Added required space after comma

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

diff --git a/fs/ext4/balloc.c b/fs/ext4/balloc.c
index d45d43b..1d07c02 100644
--- a/fs/ext4/balloc.c
+++ b/fs/ext4/balloc.c
@@ -802,7 +802,7 @@ unsigned long ext4_bg_num_gdb(struct super_block *sb, ext4_group_t group)
 			metagroup < first_meta_bg)
 		return ext4_bg_num_gdb_nometa(sb, group);

-	return ext4_bg_num_gdb_meta(sb,group);
+	return ext4_bg_num_gdb_meta(sb, group);

 }

--
2.1.4


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

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

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-05  0:43 [PATCH 5/5] fs: ext4: balloc: Added required space after comma Adir Kuhn

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