]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - fs/fat/inode.c
Merge branch 'upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/linville...
[mv-sheeva.git] / fs / fat / inode.c
index e7f4aa7fc6864be095def4db3ac8078f7f218052..e78d7b4842cc49f60689094051373a6b4a3969b6 100644 (file)
@@ -1101,7 +1101,7 @@ static int parse_options(char *options, int is_vfat, int silent, int *debug,
                        return -EINVAL;
                }
        }
-       /* UTF8 doesn't provide FAT semantics */
+       /* UTF-8 doesn't provide FAT semantics */
        if (!strcmp(opts->iocharset, "utf8")) {
                printk(KERN_ERR "FAT: utf8 is not a recommended IO charset"
                       " for FAT filesystems, filesystem will be case sensitive!\n");