aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mtd/mtd.h
diff options
context:
space:
mode:
authorDavid Woodhouse <dwmw2@infradead.org>2006-05-14 01:51:54 +0100
committerDavid Woodhouse <dwmw2@infradead.org>2006-05-14 01:51:54 +0100
commit151e76590f66f5406eb2e1f4270c5323f385d2e8 (patch)
tree307920af4883b7466eb303f4045865429e4d0711 /include/linux/mtd/mtd.h
parent[MTD] Deal correctly with NOR chips which are smaller than the map window (diff)
downloadlinux-dev-151e76590f66f5406eb2e1f4270c5323f385d2e8.tar.xz
linux-dev-151e76590f66f5406eb2e1f4270c5323f385d2e8.zip
[MTD] Fix legacy character sets throughout drivers/mtd, include/linux/mtd
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
Diffstat (limited to '')
-rw-r--r--include/linux/mtd/mtd.h2
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
*/