
1 Sep
2010
1 Sep
'10
12:13 a.m.
On Tue, 31 Aug 2010 17:46:09 -0400 Ben Gardiner bengardiner@nanometrics.ca wrote:
On Mon, Aug 30, 2010 at 7:03 PM, Scott Wood scottwood@freescale.com wrote:
- erase_length = opts->length;
- erase_length = lldiv(opts->length + meminfo->erasesize - 1,
- meminfo->erasesize);
checkpatch is complaining: error: checkpatch: code indent should use tabs where possible drivers/mtd/nand/nand_util.c:99:1: +^I meminfo->erasesize);$
Will fix -- forgot to do it U-Boot-style where tab is just a compression scheme rather than semantic information.
Thanks for pointing it out.
-Scot