Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755934Ab2JPTNd (ORCPT ); Tue, 16 Oct 2012 15:13:33 -0400 Received: from mail-da0-f46.google.com ([209.85.210.46]:59494 "EHLO mail-da0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755914Ab2JPTNb (ORCPT ); Tue, 16 Oct 2012 15:13:31 -0400 From: Adil Mujeeb To: tytso@mit.edu, adilger.kernel@dilger.ca, linux-ext4@vger.kernel.org, linux-kernel@vger.kernel.org Cc: Adil Mujeeb Subject: [PATCH 02/10] ext4: block_validity: Fixed coding style issue Date: Wed, 17 Oct 2012 00:42:57 +0530 Message-Id: <1350414785-7848-2-git-send-email-mujeeb.adil@gmail.com> X-Mailer: git-send-email 1.7.6.msysgit.0 In-Reply-To: <1350414785-7848-1-git-send-email-mujeeb.adil@gmail.com> References: <1350414785-7848-1-git-send-email-mujeeb.adil@gmail.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 993 Lines: 28 Fixed checkpatch.pl reported issue Signed-off-by: Adil Mujeeb --- 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-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/