[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1350414785-7848-2-git-send-email-mujeeb.adil@gmail.com>
Date: Wed, 17 Oct 2012 00:42:57 +0530
From: Adil Mujeeb <mujeeb.adil@...il.com>
To: tytso@....edu, adilger.kernel@...ger.ca,
linux-ext4@...r.kernel.org, linux-kernel@...r.kernel.org
Cc: Adil Mujeeb <mujeeb.adil@...il.com>
Subject: [PATCH 02/10] ext4: block_validity: Fixed coding style issue
Fixed checkpatch.pl reported issue
Signed-off-by: Adil Mujeeb <mujeeb.adil@...il.com>
---
linux-3.7-rc1/fs/ext4/block_validity.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
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),
--
1.7.7.3
--
To unsubscribe from this list: send the line "unsubscribe linux-ext4" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists