mirror of
https://github.com/torvalds/linux.git
synced 2024-11-24 05:02:12 +00:00
drivers/tty/serial/mcf.c: fix typo on SERIAL_MCF_CONSOLE
Correct reference in C-comment after #endif. Signed-off-by: Valentin Rothberg <valentinrothberg@gmail.com> Reviewed-by: Peter Hurley <peter@hurleysoftware.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
60d0da5168
commit
bbdfe620b9
@ -597,7 +597,7 @@ console_initcall(mcf_console_init);
|
||||
#define MCF_CONSOLE NULL
|
||||
|
||||
/****************************************************************************/
|
||||
#endif /* CONFIG_MCF_CONSOLE */
|
||||
#endif /* CONFIG_SERIAL_MCF_CONSOLE */
|
||||
/****************************************************************************/
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user