diff options
Diffstat (limited to 'include/linux/mtd/mtd.h')
-rw-r--r-- | include/linux/mtd/mtd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/mtd/mtd.h b/include/linux/mtd/mtd.h index 67774f9d57cc..62d56f933b87 100644 --- a/include/linux/mtd/mtd.h +++ b/include/linux/mtd/mtd.h | |||
@@ -172,7 +172,7 @@ struct mtd_info { | |||
172 | const char *name; | 172 | const char *name; |
173 | int index; | 173 | int index; |
174 | 174 | ||
175 | /* ecc layout structure pointer - read only ! */ | 175 | /* ECC layout structure pointer - read only! */ |
176 | struct nand_ecclayout *ecclayout; | 176 | struct nand_ecclayout *ecclayout; |
177 | 177 | ||
178 | /* Data for variable erase regions. If numeraseregions is zero, | 178 | /* Data for variable erase regions. If numeraseregions is zero, |