linux-serial.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2] drivers/tty/serial/mcf.c: fix typo on SERIAL_MCF_CONSOLE
@ 2015-04-12 16:18 Valentin Rothberg
  2015-04-12 16:20 ` Peter Hurley
  0 siblings, 1 reply; 2+ messages in thread
From: Valentin Rothberg @ 2015-04-12 16:18 UTC (permalink / raw)
  To: gregkh, jslaby, linux-serial, linux-kernel, peter; +Cc: Valentin Rothberg

Correct reference in C-comment after #endif.

Signed-off-by: Valentin Rothberg <valentinrothberg@gmail.com>
---
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/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 */
 /****************************************************************************/
 
 /*
-- 
2.1.0

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH v2] drivers/tty/serial/mcf.c: fix typo on SERIAL_MCF_CONSOLE
  2015-04-12 16:18 [PATCH v2] drivers/tty/serial/mcf.c: fix typo on SERIAL_MCF_CONSOLE Valentin Rothberg
@ 2015-04-12 16:20 ` Peter Hurley
  0 siblings, 0 replies; 2+ messages in thread
From: Peter Hurley @ 2015-04-12 16:20 UTC (permalink / raw)
  To: Valentin Rothberg, gregkh; +Cc: jslaby, linux-serial, linux-kernel

On 04/12/2015 12:18 PM, Valentin Rothberg wrote:
> Correct reference in C-comment after #endif.

Reviewed-by: Peter Hurley <peter@hurleysoftware.com>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-04-12 16:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-12 16:18 [PATCH v2] drivers/tty/serial/mcf.c: fix typo on SERIAL_MCF_CONSOLE Valentin Rothberg
2015-04-12 16:20 ` Peter Hurley

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).