Skip to content

Commit

Permalink
[MTD] [NAND] S3C2410: Small colon cleanup
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Nelson Castillo authored and Ben Dooks committed May 30, 2009
1 parent 8c3e843 commit fb6ea32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arch/arm/plat-s3c/include/plat/nand.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
*/

struct s3c2410_nand_set {
unsigned int disable_ecc : 1;
unsigned int disable_ecc:1;

int nr_chips;
int nr_partitions;
Expand All @@ -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;
Expand Down

0 comments on commit fb6ea32

Please sign in to comment.