[U-Boot] [PATCH 3/9] nand driver support for SPEAr SoCs
Vipin KUMAR
vipin.kumar at st.com
Tue Jan 5 04:53:16 CET 2010
Hello Scott,
>
> Acked-by: Scott Wood <scottwood at freescale.com>
>
> Some of the whitespace is a bit inconsistent, though:
>
> > +int spear_nand_init(struct nand_chip *nand)
> > +{
> > + writel(FSMC_DEVWID_8 | FSMC_DEVTYPE_NAND | FSMC_ENABLE |
> FSMC_WAITON,
> > + &fsmc_regs_p->genmemctrl_pc);
> > + writel(readl(&fsmc_regs_p->genmemctrl_pc) | FSMC_TCLR_1 |
> FSMC_TAR_1,
> > + &fsmc_regs_p->genmemctrl_pc);
>
> Here you continue with two tabs...
>
Thanks for pointing out. I would correct this in next revision of
patch-set
> > + writel(FSMC_THIZ_1 | FSMC_THOLD_4 | FSMC_TWAIT_6 | FSMC_TSET_0,
> > + &fsmc_regs_p->genmemctrl_comm);
> > + writel(FSMC_THIZ_1 | FSMC_THOLD_4 | FSMC_TWAIT_6 | FSMC_TSET_0,
> > + &fsmc_regs_p->genmemctrl_attrib);
>
> ...and here with one tab plus 7 spaces.
>
> > + nand->ecc.layout = &spear_nand_ecclayout;
>
> There's an extra space before '=' here.
>
Corrected.
Thanks for reviewing
Best Regards
Vipin
More information about the U-Boot
mailing list