Commit fb6ea325 authored by Nelson Castillo's avatar Nelson Castillo Committed by Ben Dooks

[MTD] [NAND] S3C2410: Small colon cleanup

checkpatch would complain with "disable_ecc : 1".
Signed-off-by: default avatarNelson Castillo <arhuaco@freaks-unidos.net>
[ben-linux@fluff.org: subject cleanup]
Signed-off-by: default avatarBen Dooks <ben-linux@fluff.org>
parent 8c3e843d
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
*/ */
struct s3c2410_nand_set { struct s3c2410_nand_set {
unsigned int disable_ecc : 1; unsigned int disable_ecc:1;
int nr_chips; int nr_chips;
int nr_partitions; int nr_partitions;
...@@ -39,7 +39,7 @@ struct s3c2410_platform_nand { ...@@ -39,7 +39,7 @@ struct s3c2410_platform_nand {
int twrph0; /* active time for nWE/nOE */ int twrph0; /* active time for nWE/nOE */
int twrph1; /* time for release CLE/ALE from nWE/nOE inactive */ 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; int nr_sets;
struct s3c2410_nand_set *sets; struct s3c2410_nand_set *sets;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment