Fixed one of checkpatch.pl reported issue Signed-off-by: Adil Mujeeb <mujeeb.adil@xxxxxxxxx> --- linux-3.7-rc1/fs/ext4/ialloc.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/linux-3.7-rc1/fs/ext4/ialloc.c b/linux-3.7-rc1/fs/ext4/ialloc.c index fa36372..2e63f4a 100644 --- a/linux-3.7-rc1/fs/ext4/ialloc.c +++ b/linux-3.7-rc1/fs/ext4/ialloc.c @@ -1086,7 +1086,7 @@ unsigned long ext4_count_free_inodes(struct super_block *sb) } /* Called at mount-time, super-block is locked */ -unsigned long ext4_count_dirs(struct super_block * sb) +unsigned long ext4_count_dirs(struct super_block *sb) { unsigned long count = 0; ext4_group_t i, ngroups = ext4_get_groups_count(sb); -- 1.7.7.3 -- To unsubscribe from this list: send the line "unsubscribe linux-ext4" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html