[MTD] [NAND] S3C2410: Added a kerneldoc for s3c2410_nand_set
Converted the old comnent to kerneldoc. Signed-off-by: Michel Pollet <buserror@gmail.com> [ben-linux@fluff.org: updated subject, spello fix] Signed-off-by: Ben Dooks <ben-linux@fluff.org>
This commit is contained in:
@@ -10,17 +10,19 @@
|
|||||||
* published by the Free Software Foundation.
|
* published by the Free Software Foundation.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* struct s3c2410_nand_set
|
/**
|
||||||
|
* struct s3c2410_nand_set - define a set of one or more nand chips
|
||||||
|
* @disable_ecc: Entirely disable ECC - Dangerous
|
||||||
|
* @nr_chips: Number of chips in this set
|
||||||
|
* @nr_partitions: Number of partitions pointed to by @partitions
|
||||||
|
* @name: Name of set (optional)
|
||||||
|
* @nr_map: Map for low-layer logical to physical chip numbers (option)
|
||||||
|
* @partitions: The mtd partition list
|
||||||
*
|
*
|
||||||
* define an set of one or more nand chips registered with an unique mtd
|
* define a set of one or more nand chips registered with an unique mtd. Also
|
||||||
*
|
* allows to pass flag to the underlying NAND layer. 'disable_ecc' will trigger
|
||||||
* nr_chips = number of chips in this set
|
* a warning at boot time.
|
||||||
* nr_partitions = number of partitions pointed to be partitoons (or zero)
|
*/
|
||||||
* name = name of set (optional)
|
|
||||||
* nr_map = map for low-layer logical to physical chip numbers (option)
|
|
||||||
* partitions = mtd partition list
|
|
||||||
*/
|
|
||||||
|
|
||||||
struct s3c2410_nand_set {
|
struct s3c2410_nand_set {
|
||||||
unsigned int disable_ecc:1;
|
unsigned int disable_ecc:1;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user