]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - include/linux/mtd/partitions.h
mtd: nand: expand nand_ecc_layout, deprecate ioctl ECCGETLAYOUT
[mv-sheeva.git] / include / linux / mtd / partitions.h
index 274b6196091df019e9e2fb65214a8fdbeafeca15..930c8ac198dbca6c1dc62fadbba8cb8c2bdec6d0 100644 (file)
@@ -39,7 +39,7 @@ struct mtd_partition {
        uint64_t size;                  /* partition size */
        uint64_t offset;                /* offset within the master MTD space */
        uint32_t mask_flags;            /* master MTD flags to mask out for this partition */
-       struct nand_ecclayout *ecclayout;       /* out of band layout for this partition (NAND only)*/
+       struct nand_ecclayout *ecclayout;       /* out of band layout for this partition (NAND only) */
 };
 
 #define MTDPART_OFS_NXTBLK     (-2)