[PATCH 03/18] mtd-cfi_cmdset_0001: Add some spaces for better code readability
Dan Carpenter
dan.carpenter at oracle.com
Thu Jan 12 01:19:26 PST 2017
On Wed, Jan 11, 2017 at 09:38:18PM +0100, SF Markus Elfring wrote:
> - for (i=0; i<cfi->cfiq->NumEraseRegions; i++)
> - for (j=0; j<cfi->numchips; j++)
> - kfree(mtd->eraseregions[(j*cfi->cfiq->NumEraseRegions)+i].lockmap);
> + for (i = 0; i < cfi->cfiq->NumEraseRegions; i++)
> + for (j = 0; j < cfi->numchips; j++)
> + kfree(mtd->eraseregions[j
> + * cfi->cfiq
> + ->NumEraseRegions
> + + i].lockmap);
No.
regards,
dan carpenter
More information about the linux-mtd
mailing list