diff options
author | David Woodhouse <dwmw2@infradead.org> | 2006-05-13 20:51:54 -0400 |
---|---|---|
committer | David Woodhouse <dwmw2@infradead.org> | 2006-05-13 20:51:54 -0400 |
commit | 151e76590f66f5406eb2e1f4270c5323f385d2e8 (patch) | |
tree | 307920af4883b7466eb303f4045865429e4d0711 /include/linux | |
parent | 0f5ae3d2e9f49af55eb2a9b7cb54b4c0c2373017 (diff) |
[MTD] Fix legacy character sets throughout drivers/mtd, include/linux/mtd
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
Diffstat (limited to 'include/linux')
-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 b6f2fdae65c6..73620ef83364 100644 --- a/include/linux/mtd/mtd.h +++ b/include/linux/mtd/mtd.h | |||
@@ -61,7 +61,7 @@ struct mtd_info { | |||
61 | u_int32_t flags; | 61 | u_int32_t flags; |
62 | u_int32_t size; // Total size of the MTD | 62 | u_int32_t size; // Total size of the MTD |
63 | 63 | ||
64 | /* "Major" erase size for the device. Naïve users may take this | 64 | /* "Major" erase size for the device. Naïve users may take this |
65 | * to be the only erase size available, or may use the more detailed | 65 | * to be the only erase size available, or may use the more detailed |
66 | * information below if they desire | 66 | * information below if they desire |
67 | */ | 67 | */ |