[U-Boot] [PATCH 3/5] nand erase: .spread, .part, .chip subcommands
Scott Wood
scottwood at freescale.com
Wed Sep 1 00:13:01 CEST 2010
On Tue, 31 Aug 2010 17:46:09 -0400
Ben Gardiner <bengardiner at nanometrics.ca> wrote:
> On Mon, Aug 30, 2010 at 7:03 PM, Scott Wood <scottwood at 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
More information about the U-Boot
mailing list