diff options
author | Valentin Rothberg <valentinrothberg@gmail.com> | 2015-04-12 18:18:23 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2015-05-06 22:26:59 +0200 |
commit | bbdfe620b97443e1a127570ca856b000904d42f3 (patch) | |
tree | 5d9f326b8aab8abb2c714d0f4bcd4bfd496ac478 | |
parent | 60d0da5168349041b167973c7464ba0815d5fd67 (diff) | |
download | talos-op-linux-bbdfe620b97443e1a127570ca856b000904d42f3.tar.gz talos-op-linux-bbdfe620b97443e1a127570ca856b000904d42f3.zip |
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>
-rw-r--r-- | drivers/tty/serial/mcf.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ /****************************************************************************/ /* |