diff options
author | Nelson Castillo <arhuaco@freaks-unidos.net> | 2009-05-10 20:41:32 (GMT) |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2009-05-30 16:54:40 (GMT) |
commit | fb6ea3258742f41be8dd527ebd58a1a1e2cef23a (patch) | |
tree | 3d7a3fba836b84c938d9235f94a0516b62918192 /arch/arm/plat-s3c | |
parent | 8c3e843d56f74889f3ff32202e82e3bc16d0d552 (diff) | |
download | linux-fb6ea3258742f41be8dd527ebd58a1a1e2cef23a.tar.xz |
[MTD] [NAND] S3C2410: Small colon cleanup
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>
Diffstat (limited to 'arch/arm/plat-s3c')
-rw-r--r-- | arch/arm/plat-s3c/include/plat/nand.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/plat-s3c/include/plat/nand.h b/arch/arm/plat-s3c/include/plat/nand.h index f4dcd14..9855467 100644 --- a/arch/arm/plat-s3c/include/plat/nand.h +++ b/arch/arm/plat-s3c/include/plat/nand.h @@ -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; |