lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-Id: <1285439521-2557-4-git-send-email-tdent48227@gmail.com> Date: Sat, 25 Sep 2010 14:31:55 -0400 From: Tracey Dent <tdent48227@...il.com> To: tytso@....edu Cc: adilger.kernel@...ger.ca, jack@...e.cz, dmonakhov@...nvz.org, sandeen@...hat.com, hch@....de, linux-ext4@...r.kernel.org, linux-kernel@...r.kernel.org, Tracey Dent <Tdent48227@...il.com>, Tracey Dent <tdent48227@...il.com> Subject: [PATCH 04/10] Fs: ext4: block_validity: added space around = sign From: Tracey Dent <Tdent48227@...il.com> Added space around = sign. Checkpatch.pl detected the issue Signed-off-by: Tracey Dent <tdent48227@...il.com> --- fs/ext4/block_validity.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/fs/ext4/block_validity.c b/fs/ext4/block_validity.c index 3db5084..25e9f52 100644 --- a/fs/ext4/block_validity.c +++ b/fs/ext4/block_validity.c @@ -156,7 +156,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.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