From: Linus Torvalds Date: Sat, 2 Jun 2012 02:51:22 +0000 (-0700) Subject: nls: fix (and rename) mac NLS table files and config options X-Git-Tag: v3.5-rc1~6^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8b8c0daa2c5388b629e506f8fac486392f81c826;p=pandora-kernel.git 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 --- Reading git-diff-tree failed