diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2012-06-02 04:51:22 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2012-06-02 04:51:22 +0200 |
commit | 8b8c0daa2c5388b629e506f8fac486392f81c826 (patch) | |
tree | cc86f647ab1883237976a6659d77877ebca7b070 /fs/nls/mac-turkish.c | |
parent | fs/nls/Makefile: remove bogus CONFIG_ assignments (diff) | |
download | linux-8b8c0daa2c5388b629e506f8fac486392f81c826.tar.xz linux-8b8c0daa2c5388b629e506f8fac486392f81c826.zip |
nls: fix (and rename) mac NLS table files and config options
The config options in the Kconfig file (with _CODEPAGE_ in the name)
didn't match the config option name in the Makefile (no _CODEPAGE_).
And both of them were of the hard-to-read MACXYZZY variety, which made
them hard to parse for normal humans: MACROMAN easily reads as "macro
man", not as "Mac Roman".
So rename the options to be consistent, and be NLS_MAC_xyzzy. Rename
the files to be mac-xyzzy.c too, and drop the "nls" part entirely (it's
already in the directory name).
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to '')
-rw-r--r-- | fs/nls/mac-turkish.c (renamed from fs/nls/nls_macturkish.c) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/nls/nls_macturkish.c b/fs/nls/mac-turkish.c index 0cc2c6572826..dffa96d5de00 100644 --- a/fs/nls/nls_macturkish.c +++ b/fs/nls/mac-turkish.c @@ -1,5 +1,5 @@ /* - * linux/fs/nls/nls_macturkish.c + * linux/fs/nls/mac-turkish.c * * Charset macturkish translation tables. * Generated automatically from the Unicode and charset |