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>
Showing
- fs/nls/Kconfig 11 additions, 11 deletionsfs/nls/Kconfig
- fs/nls/Makefile 11 additions, 11 deletionsfs/nls/Makefile
- fs/nls/mac-celtic.c 1 addition, 1 deletionfs/nls/mac-celtic.c
- fs/nls/mac-centeuro.c 1 addition, 1 deletionfs/nls/mac-centeuro.c
- fs/nls/mac-croatian.c 1 addition, 1 deletionfs/nls/mac-croatian.c
- fs/nls/mac-cyrillic.c 1 addition, 1 deletionfs/nls/mac-cyrillic.c
- fs/nls/mac-gaelic.c 1 addition, 1 deletionfs/nls/mac-gaelic.c
- fs/nls/mac-greek.c 1 addition, 1 deletionfs/nls/mac-greek.c
- fs/nls/mac-iceland.c 1 addition, 1 deletionfs/nls/mac-iceland.c
- fs/nls/mac-inuit.c 1 addition, 1 deletionfs/nls/mac-inuit.c
- fs/nls/mac-roman.c 1 addition, 1 deletionfs/nls/mac-roman.c
- fs/nls/mac-romanian.c 1 addition, 1 deletionfs/nls/mac-romanian.c
- fs/nls/mac-turkish.c 1 addition, 1 deletionfs/nls/mac-turkish.c
Loading
Please register or sign in to comment