From: Valentin Rothberg Date: Sun, 12 Apr 2015 16:18:23 +0000 (+0200) Subject: drivers/tty/serial/mcf.c: fix typo on SERIAL_MCF_CONSOLE X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=bbdfe620b97443e1a127570ca856b000904d42f3;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git drivers/tty/serial/mcf.c: fix typo on SERIAL_MCF_CONSOLE Correct reference in C-comment after #endif. Signed-off-by: Valentin Rothberg Reviewed-by: Peter Hurley Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/tty/serial/mcf.c b/drivers/tty/serial/mcf.c index a9b0ab38a68c..02eb32217685 100644 --- a/drivers/tty/serial/mcf.c +++ b/drivers/tty/serial/mcf.c @@ -597,7 +597,7 @@ console_initcall(mcf_console_init); #define MCF_CONSOLE NULL /****************************************************************************/ -#endif /* CONFIG_MCF_CONSOLE */ +#endif /* CONFIG_SERIAL_MCF_CONSOLE */ /****************************************************************************/ /*