[MTD] [NAND] S3C2410: Small colon cleanup
Ben Dooks
ben-linux at fluff.org
Sat May 30 13:41:31 EDT 2009
From: Nelson Castillo <arhuaco at freaks-unidos.net>
checkpatch would complain with "disable_ecc : 1".
Signed-off-by: Nelson Castillo <arhuaco at freaks-unidos.net>
[ben-linux at fluff.org: subject cleanup]
Signed-off-by: Ben Dooks <ben-linux at fluff.org>
---
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;
--
1.5.6.5
More information about the linux-mtd
mailing list