On Tue, 31 Aug 2010 17:46:09 -0400 Ben Gardiner <[email protected]> wrote:
> On Mon, Aug 30, 2010 at 7:03 PM, Scott Wood <[email protected]> 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 _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

