| Submitter | Adil Mujeeb |
|---|---|
| Date | Oct. 16, 2012, 7:12 p.m. |
| Message ID | <1350414785-7848-2-git-send-email-mujeeb.adil@gmail.com> |
| Download | mbox | patch |
| Permalink | /patch/191854/ |
| State | Rejected |
| Headers | show |
Comments
Patch
diff --git a/linux-3.7-rc1/fs/ext4/block_validity.c b/linux-3.7-rc1/fs/ext4/block_validity.c index 3f11656..d04018a 100644 --- a/linux-3.7-rc1/fs/ext4/block_validity.c +++ b/linux-3.7-rc1/fs/ext4/block_validity.c @@ -154,7 +154,7 @@ int ext4_setup_system_zone(struct super_block *sb) if (EXT4_SB(sb)->system_blks.rb_node) return 0; - for (i=0; i < ngroups; i++) { + for (i = 0; i < ngroups; i++) { if (ext4_bg_has_super(sb, i) && ((i < 5) || ((i % flex_size) == 0))) add_system_zone(sbi, ext4_group_first_block_no(sb, i),
Fixed checkpatch.pl reported issue Signed-off-by: Adil Mujeeb <mujeeb.adil@gmail.com> --- linux-3.7-rc1/fs/ext4/block_validity.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)