]> git.karo-electronics.de Git - mv-sheeva.git/commitdiff
fat: Spelling s/obsolate/obsolete/g
authorGeert Uytterhoeven <geert@linux-m68k.org>
Mon, 31 Oct 2011 19:50:45 +0000 (20:50 +0100)
committerJiri Kosina <jkosina@suse.cz>
Thu, 15 Dec 2011 15:36:19 +0000 (16:36 +0100)
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
fs/fat/inode.c

index 808cac7edcfba8a05e9982cce77f940c530f95b0..1021ec1ccdb8ce50ca4fb3fed254ebc8fcf45600 100644 (file)
@@ -898,7 +898,7 @@ enum {
        Opt_charset, Opt_shortname_lower, Opt_shortname_win95,
        Opt_shortname_winnt, Opt_shortname_mixed, Opt_utf8_no, Opt_utf8_yes,
        Opt_uni_xl_no, Opt_uni_xl_yes, Opt_nonumtail_no, Opt_nonumtail_yes,
-       Opt_obsolate, Opt_flush, Opt_tz_utc, Opt_rodir, Opt_err_cont,
+       Opt_obsolete, Opt_flush, Opt_tz_utc, Opt_rodir, Opt_err_cont,
        Opt_err_panic, Opt_err_ro, Opt_discard, Opt_err,
 };
 
@@ -928,17 +928,17 @@ static const match_table_t fat_tokens = {
        {Opt_err_panic, "errors=panic"},
        {Opt_err_ro, "errors=remount-ro"},
        {Opt_discard, "discard"},
-       {Opt_obsolate, "conv=binary"},
-       {Opt_obsolate, "conv=text"},
-       {Opt_obsolate, "conv=auto"},
-       {Opt_obsolate, "conv=b"},
-       {Opt_obsolate, "conv=t"},
-       {Opt_obsolate, "conv=a"},
-       {Opt_obsolate, "fat=%u"},
-       {Opt_obsolate, "blocksize=%u"},
-       {Opt_obsolate, "cvf_format=%20s"},
-       {Opt_obsolate, "cvf_options=%100s"},
-       {Opt_obsolate, "posix"},
+       {Opt_obsolete, "conv=binary"},
+       {Opt_obsolete, "conv=text"},
+       {Opt_obsolete, "conv=auto"},
+       {Opt_obsolete, "conv=b"},
+       {Opt_obsolete, "conv=t"},
+       {Opt_obsolete, "conv=a"},
+       {Opt_obsolete, "fat=%u"},
+       {Opt_obsolete, "blocksize=%u"},
+       {Opt_obsolete, "cvf_format=%20s"},
+       {Opt_obsolete, "cvf_options=%100s"},
+       {Opt_obsolete, "posix"},
        {Opt_err, NULL},
 };
 static const match_table_t msdos_tokens = {
@@ -1170,7 +1170,7 @@ static int parse_options(struct super_block *sb, char *options, int is_vfat,
                        break;
 
                /* obsolete mount options */
-               case Opt_obsolate:
+               case Opt_obsolete:
                        fat_msg(sb, KERN_INFO, "\"%s\" option is obsolete, "
                               "not supported now", p);
                        break;