All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] drivers/tty/serial: altera: fix typos in #endif comments
@ 2015-04-11 10:21 Valentin Rothberg
  2015-04-13  7:24 ` Tobias Klauser
  0 siblings, 1 reply; 2+ messages in thread
From: Valentin Rothberg @ 2015-04-11 10:21 UTC (permalink / raw)
  To: tklauser, gregkh, jslaby, linux-serial, linux-kernel, pebolle
  Cc: Valentin Rothberg

Correct reference on CONFIG_SERIAL_ALTERA_{JTAG}UART_CONSOLE in
C-comment after #endif.

Signed-off-by: Valentin Rothberg <valentinrothberg@gmail.com>
---
I found this issue with ./scripts/checkkconfigsymbols.py
---
 drivers/tty/serial/altera_jtaguart.c | 2 +-
 drivers/tty/serial/altera_uart.c     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/tty/serial/altera_jtaguart.c b/drivers/tty/serial/altera_jtaguart.c
index 0fefdd8931a2..32df2a0cb060 100644
--- a/drivers/tty/serial/altera_jtaguart.c
+++ b/drivers/tty/serial/altera_jtaguart.c
@@ -387,7 +387,7 @@ console_initcall(altera_jtaguart_console_init);
 
 #define	ALTERA_JTAGUART_CONSOLE	NULL
 
-#endif /* CONFIG_ALTERA_JTAGUART_CONSOLE */
+#endif /* CONFIG_SERIAL_ALTERA_JTAGUART_CONSOLE */
 
 static struct uart_driver altera_jtaguart_driver = {
 	.owner		= THIS_MODULE,
diff --git a/drivers/tty/serial/altera_uart.c b/drivers/tty/serial/altera_uart.c
index b2859fe07e14..fd87a6f574e3 100644
--- a/drivers/tty/serial/altera_uart.c
+++ b/drivers/tty/serial/altera_uart.c
@@ -493,7 +493,7 @@ console_initcall(altera_uart_console_init);
 
 #define	ALTERA_UART_CONSOLE	NULL
 
-#endif /* CONFIG_ALTERA_UART_CONSOLE */
+#endif /* CONFIG_SERIAL_ALTERA_UART_CONSOLE */
 
 /*
  *	Define the altera_uart UART driver structure.
-- 
2.1.0


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

* Re: [PATCH 1/2] drivers/tty/serial: altera: fix typos in #endif comments
  2015-04-11 10:21 [PATCH 1/2] drivers/tty/serial: altera: fix typos in #endif comments Valentin Rothberg
@ 2015-04-13  7:24 ` Tobias Klauser
  0 siblings, 0 replies; 2+ messages in thread
From: Tobias Klauser @ 2015-04-13  7:24 UTC (permalink / raw)
  To: Valentin Rothberg; +Cc: gregkh, jslaby, linux-serial, linux-kernel, pebolle

On 2015-04-11 at 12:21:30 +0200, Valentin Rothberg <valentinrothberg@gmail.com> wrote:
> Correct reference on CONFIG_SERIAL_ALTERA_{JTAG}UART_CONSOLE in
> C-comment after #endif.
> 
> Signed-off-by: Valentin Rothberg <valentinrothberg@gmail.com>

Acked-by: Tobias Klauser <tklauser@distanz.ch>

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

end of thread, other threads:[~2015-04-13  7:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-04-11 10:21 [PATCH 1/2] drivers/tty/serial: altera: fix typos in #endif comments Valentin Rothberg
2015-04-13  7:24 ` Tobias Klauser

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.