Re: [PATCH v2] drivers/tty/serial/mcf.c: fix typo on SERIAL_MCF_CONSOLE

2015-04-12 Thread Peter Hurley
On 04/12/2015 12:18 PM, Valentin Rothberg wrote: > Correct reference in C-comment after #endif. Reviewed-by: Peter Hurley -- 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.o

[PATCH v2] drivers/tty/serial/mcf.c: fix typo on SERIAL_MCF_CONSOLE

2015-04-12 Thread Valentin Rothberg
Correct reference in C-comment after #endif. Signed-off-by: Valentin Rothberg --- v2: The correct identifiers is CONFIG_SERIAL_MCF_CONSOLE (reported by Peter Hurley) --- drivers/tty/serial/mcf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/tty/serial/mcf.c b/dr