]> git.sur5r.net Git - u-boot/blobdiff - include/linux/mtd/mtd.h
OneNAND: Remove unused read_spareram
[u-boot] / include / linux / mtd / mtd.h
index c884567b965f2287ff2d2e311550ffc9d81f8070..16556c4798da0c41cb3fa3f91c13239d278ff6ec 100644 (file)
@@ -113,9 +113,9 @@ struct mtd_oob_ops {
 struct mtd_info {
        u_char type;
        u_int32_t flags;
-       uint64_t size;   // Total size of the MTD
+       uint64_t size;   /* Total size of the MTD */
 
-       /* "Major" erase size for the device. Naïve users may take this
+       /* "Major" erase size for the device. Naïve users may take this
         * to be the only erase size available, or may use the more detailed
         * information below if they desire
         */