diff options
author | David Woodhouse | 2006-05-14 02:51:54 +0200 |
---|---|---|
committer | David Woodhouse | 2006-05-14 02:51:54 +0200 |
commit | 151e76590f66f5406eb2e1f4270c5323f385d2e8 (patch) | |
tree | 307920af4883b7466eb303f4045865429e4d0711 /include/linux/mtd | |
parent | [MTD] Deal correctly with NOR chips which are smaller than the map window (diff) | |
download | kernel-qcow2-linux-151e76590f66f5406eb2e1f4270c5323f385d2e8.tar.gz kernel-qcow2-linux-151e76590f66f5406eb2e1f4270c5323f385d2e8.tar.xz kernel-qcow2-linux-151e76590f66f5406eb2e1f4270c5323f385d2e8.zip |
[MTD] Fix legacy character sets throughout drivers/mtd, include/linux/mtd
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
Diffstat (limited to 'include/linux/mtd')
-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 { u_int32_t flags; u_int32_t size; // Total size of the MTD - /* "Major" erase size for the device. Naïve users may take this + /* "Major" erase size for the device. Naïve users may take this * to be the only erase size available, or may use the more detailed * information below if they desire */ |