linux-serial.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] tty: serial: efm32: fix spelling mistake "reserverd" -> "reserved"
@ 2020-02-14 14:14 Alexandre Belloni
  2020-02-14 14:21 ` Uwe Kleine-König
  0 siblings, 1 reply; 2+ messages in thread
From: Alexandre Belloni @ 2020-02-14 14:14 UTC (permalink / raw)
  To: Greg Kroah-Hartman
  Cc: Jiri Slaby, Uwe Kleine-König, kernel, linux-serial,
	linux-arm-kernel, linux-kernel, Alexandre Belloni

Fix a spelling mistake in a comment.

Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
---
 drivers/tty/serial/efm32-uart.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/tty/serial/efm32-uart.c b/drivers/tty/serial/efm32-uart.c
index 2ac87128d7fd..f12f29cf4f31 100644
--- a/drivers/tty/serial/efm32-uart.c
+++ b/drivers/tty/serial/efm32-uart.c
@@ -200,7 +200,7 @@ static void efm32_uart_rx_chars(struct efm32_uart_port *efm_port)
 		/*
 		 * This is a reserved bit and I only saw it read as 0. But to be
 		 * sure not to be confused too much by new devices adhere to the
-		 * warning in the reference manual that reserverd bits might
+		 * warning in the reference manual that reserved bits might
 		 * read as 1 in the future.
 		 */
 		rxdata &= ~SW_UARTn_RXDATAX_BERR;
-- 
2.24.1


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

* Re: [PATCH] tty: serial: efm32: fix spelling mistake "reserverd" -> "reserved"
  2020-02-14 14:14 [PATCH] tty: serial: efm32: fix spelling mistake "reserverd" -> "reserved" Alexandre Belloni
@ 2020-02-14 14:21 ` Uwe Kleine-König
  0 siblings, 0 replies; 2+ messages in thread
From: Uwe Kleine-König @ 2020-02-14 14:21 UTC (permalink / raw)
  To: Alexandre Belloni
  Cc: Greg Kroah-Hartman, Jiri Slaby, kernel, linux-serial,
	linux-arm-kernel, linux-kernel

On Fri, Feb 14, 2020 at 03:14:06PM +0100, Alexandre Belloni wrote:
> Fix a spelling mistake in a comment.
> 
> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Acked-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>

Thanks
Uwe

-- 
Pengutronix e.K.                           | Uwe Kleine-König            |
Industrial Linux Solutions                 | https://www.pengutronix.de/ |

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

end of thread, other threads:[~2020-02-14 14:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-14 14:14 [PATCH] tty: serial: efm32: fix spelling mistake "reserverd" -> "reserved" Alexandre Belloni
2020-02-14 14:21 ` Uwe Kleine-König

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).