]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - include/linux/mtd/nand_legacy.h
Big white-space cleanup.
[people/ms/u-boot.git] / include / linux / mtd / nand_legacy.h
index a8769e72ad7589b2e19d8a22ae26758753f2b7a1..b05e7267e49aa1ffbf7582c05d3956928efb1a40 100644 (file)
@@ -104,12 +104,12 @@ struct Nand {
 };
 
 struct nand_chip {
-       int             page_shift;
-       u_char          *data_buf;
-       u_char          *data_cache;
+       int             page_shift;
+       u_char          *data_buf;
+       u_char          *data_cache;
        int             cache_page;
-       u_char          ecc_code_buf[6];
-       u_char          reserved[2];
+       u_char          ecc_code_buf[6];
+       u_char          reserved[2];
        char ChipID; /* Type of DiskOnChip */
        struct Nand *chips;
        int chipshift;