diff options
author | Brian Norris <computersforpeace@gmail.com> | 2011-06-23 17:12:08 -0400 |
---|---|---|
committer | Artem Bityutskiy <artem.bityutskiy@intel.com> | 2011-09-11 08:02:13 -0400 |
commit | 7854d3f7495b11be1570cd3e2318674d8f9ed797 (patch) | |
tree | 78eef0451fbec53ce062a37888ac026f079b56b0 /include/linux/mtd/mtd.h | |
parent | 15c60a508ab3393e68b7ccb3528981ccacf9c0f9 (diff) |
mtd: spelling, capitalization, uniformity
Therefor -> Therefore
[Intern], [Internal] -> [INTERN]
[REPLACABLE] -> [REPLACEABLE]
syndrom, syndom -> syndrome
ecc -> ECC
buswith -> buswidth
endianess -> endianness
dont -> don't
occures -> occurs
independend -> independent
wihin -> within
erease -> erase
blockes -> blocks
...
Signed-off-by: Brian Norris <computersforpeace@gmail.com>
Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
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 67774f9d57c..62d56f933b8 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, |