Added required space after comma Signed-off-by: Adir Kuhn <adirkuhn@xxxxxxxxx> --- 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 -- 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