Re: [PATCH 2/2] mtd/nand : workaround for Freescale FCM to support large-page Nand chip
From: Scott Wood <hidden>
Date: 2011-06-29 16:43:47
From: Scott Wood <hidden>
Date: 2011-06-29 16:43:47
On Wed, 29 Jun 2011 09:22:04 +0300 Artem Bityutskiy [off-list ref] wrote:
On Tue, 2011-06-28 at 09:50 +0800, b35362@freescale.com wrote:quoted
+ /* Hack for supporting the flash chip whose writesize is + * larger than 2K bytes. + */Please, use proper kernel multi-line comments. Please, make sure checkpatch.pl does not generate 13 errors with this patch.
Most of the checkpatch complaints are about existing style in the file -- particularly, the use of tabs only for indentation, with spaces used for alignment beyond the indentation point. -Scott