[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20070621173757.GA1075@schatzie.adilger.int>
Date: Thu, 21 Jun 2007 11:37:57 -0600
From: Andreas Dilger <adilger@...sterfs.com>
To: Girish Shilamkar <girish@...sterfs.com>
Cc: Avantika Mathur <mathur@...ux.vnet.ibm.com>,
linux-ext4@...r.kernel.org
Subject: Re: [PATCH] uninitialized groups ported - kernel
On Jun 20, 2007 17:26 +0530, Girish Shilamkar wrote:
> crc = crc16(crc, (__u8 *)gdp + offset,
> - sbi->s_es->s_desc_size - offset);
> + le16_to_cpu(sbi->s_es->s_desc_size)
> + - offset);
Minor nit - please put '-' at the end of the previous line, and align
"offset" with '(sbi-> ...'.
Also, we're missing the signoff:
Signed-off-by: Andreas Dilger <adilger@...sterfs.com>
Signed-off-by: Girish Shilamkar <girish@...sterfs.com>
Cheers, Andreas
--
Andreas Dilger
Principal Software Engineer
Cluster File Systems, Inc.
-
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