[MTD] [NAND] S3C2410: Small colon cleanup
authorNelson Castillo <arhuaco@freaks-unidos.net>
Sun, 10 May 2009 20:41:32 +0000 (15:41 -0500)
committerBen Dooks <ben-linux@fluff.org>
Sat, 30 May 2009 16:54:40 +0000 (17:54 +0100)
checkpatch would complain with "disable_ecc : 1".

Signed-off-by: Nelson Castillo <arhuaco@freaks-unidos.net>
[ben-linux@fluff.org: subject cleanup]
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
arch/arm/plat-s3c/include/plat/nand.h

index f4dcd14..9855467 100644 (file)
@@ -22,7 +22,7 @@
 */
 
 struct s3c2410_nand_set {
-       unsigned int            disable_ecc : 1;
+       unsigned int            disable_ecc:1;
 
        int                     nr_chips;
        int                     nr_partitions;
@@ -39,7 +39,7 @@ struct s3c2410_platform_nand {
        int     twrph0; /* active time for nWE/nOE */
        int     twrph1; /* time for release CLE/ALE from nWE/nOE inactive */
 
-       unsigned int    ignore_unset_ecc : 1;
+       unsigned int    ignore_unset_ecc:1;
 
        int                     nr_sets;
        struct s3c2410_nand_set *sets;