On Tue, 31 Aug 2010 17:46:09 -0400
Ben Gardiner <bengardi...@nanometrics.ca> wrote:

> On Mon, Aug 30, 2010 at 7:03 PM, Scott Wood <scottw...@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

_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to