| Submitter | Adil Mujeeb |
|---|---|
| Date | Oct. 16, 2012, 7:13 p.m. |
| Message ID | <1350414785-7848-6-git-send-email-mujeeb.adil@gmail.com> |
| Download | mbox | patch |
| Permalink | /patch/191850/ |
| State | Rejected |
| Headers | show |
Comments
Patch
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);
Fixed one of checkpatch.pl reported issue Signed-off-by: Adil Mujeeb <mujeeb.adil@gmail.com> --- linux-3.7-rc1/fs/ext4/ialloc.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)