first_alpha() checks only against lowercase characters anyway. Cc: Michal Marek <mma...@suse.cz> Signed-off-by: Ramkumar Ramachandra <artag...@gmail.com> --- scripts/kconfig/lxdialog/menubox.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scripts/kconfig/lxdialog/menubox.c b/scripts/kconfig/lxdialog/menubox.c index 5923f2c..698d7c3 100644 --- a/scripts/kconfig/lxdialog/menubox.c +++ b/scripts/kconfig/lxdialog/menubox.c @@ -57,7 +57,7 @@ */ #include "dialog.h" -#define RESERVED_LETTERS "YyNnMmHh" +#define RESERVED_LETTERS "ynmh" static int menu_width, item_x; -- 1.8.3.2.736.g869de25 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/