提交 fb6ea325 编写于 作者: N Nelson Castillo 提交者: Ben Dooks

[MTD] [NAND] S3C2410: Small colon cleanup

checkpatch would complain with "disable_ecc : 1".
Signed-off-by: NNelson Castillo <arhuaco@freaks-unidos.net>
[ben-linux@fluff.org: subject cleanup]
Signed-off-by: NBen Dooks <ben-linux@fluff.org>
上级 8c3e843d
......@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册