]> git.baikalelectronics.ru Git - kernel.git/commit
nls: fix (and rename) mac NLS table files and config options
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 2 Jun 2012 02:51:22 +0000 (19:51 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 2 Jun 2012 02:51:22 +0000 (19:51 -0700)
commitf568453b3cb01dca7f6acd65b77a8159bb6a40ce
treecc86f647ab1883237976a6659d77877ebca7b070
parent76b9b60e5c0f0a2ba143efb61a3da7bc5b0b6b0d
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>
24 files changed:
fs/nls/Kconfig
fs/nls/Makefile
fs/nls/mac-celtic.c [new file with mode: 0644]
fs/nls/mac-centeuro.c [new file with mode: 0644]
fs/nls/mac-croatian.c [new file with mode: 0644]
fs/nls/mac-cyrillic.c [new file with mode: 0644]
fs/nls/mac-gaelic.c [new file with mode: 0644]
fs/nls/mac-greek.c [new file with mode: 0644]
fs/nls/mac-iceland.c [new file with mode: 0644]
fs/nls/mac-inuit.c [new file with mode: 0644]
fs/nls/mac-roman.c [new file with mode: 0644]
fs/nls/mac-romanian.c [new file with mode: 0644]
fs/nls/mac-turkish.c [new file with mode: 0644]
fs/nls/nls_macceltic.c [deleted file]
fs/nls/nls_maccenteuro.c [deleted file]
fs/nls/nls_maccroatian.c [deleted file]
fs/nls/nls_maccyrillic.c [deleted file]
fs/nls/nls_macgaelic.c [deleted file]
fs/nls/nls_macgreek.c [deleted file]
fs/nls/nls_maciceland.c [deleted file]
fs/nls/nls_macinuit.c [deleted file]
fs/nls/nls_macroman.c [deleted file]
fs/nls/nls_macromanian.c [deleted file]
fs/nls/nls_macturkish.c [deleted file]