There being at least one case (DEBUG_UART_8250_WORD in arch/arm/Kconfig.debug) where the utility silently behaves other than what the programmer expects tells us that (a) we shouldn't silently ignore unrecognized characters and (b) it's not just me always having wanted to be able to use comparisons other than (in)equality ones. 1: don't silently ignore unhandled characters 2: allow use of relations other than (in)equality Signed-off-by: Jan Beulich <jbeulich@xxxxxxxx> --- v2: printf() -> fprintf(stderr, ) upon Paul Bolle's request. Replace two instances of double backslash line continuations with single ones in sound/soc/intel/Kconfig. Drop stray debugging printf()s from patch 2. -- To unsubscribe from this list: send the line "unsubscribe linux-kbuild" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html