* [PATCH] serial: Fix spelling mistake
@ 2022-06-29 9:44 Zhang Jiaming
2022-06-29 9:46 ` Ilpo Järvinen
0 siblings, 1 reply; 2+ messages in thread
From: Zhang Jiaming @ 2022-06-29 9:44 UTC (permalink / raw)
To: gregkh, jirislaby, ilpo.jarvinen, andy.shevchenko
Cc: linux-serial, linux-kernel, liqiong, renyu, Zhang Jiaming
Change 'timeing' to 'timing'.
Change 'Characteres' to 'Characters'.
Signed-off-by: Zhang Jiaming <jiaming@nfschina.com>
---
drivers/tty/serial/8250/8250_port.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/tty/serial/8250/8250_port.c b/drivers/tty/serial/8250/8250_port.c
index fdf21de74e90..a7ed5012b90e 100644
--- a/drivers/tty/serial/8250/8250_port.c
+++ b/drivers/tty/serial/8250/8250_port.c
@@ -1510,7 +1510,7 @@ static inline void __stop_tx(struct uart_8250_port *p)
if (!(lsr & UART_LSR_THRE))
return;
/*
- * To provide required timeing and allow FIFO transfer,
+ * To provide required timing and allow FIFO transfer,
* __stop_tx_rs485() must be called only when both FIFO and
* shift register are empty. The device driver should either
* enable interrupt on TEMT or set UART_CAP_NOTEMT that will
@@ -2796,7 +2796,7 @@ serial8250_do_set_termios(struct uart_port *port, struct ktermios *termios,
port->read_status_mask |= UART_LSR_BI;
/*
- * Characteres to ignore
+ * Characters to ignore
*/
port->ignore_status_mask = 0;
if (termios->c_iflag & IGNPAR)
--
2.34.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] serial: Fix spelling mistake
2022-06-29 9:44 [PATCH] serial: Fix spelling mistake Zhang Jiaming
@ 2022-06-29 9:46 ` Ilpo Järvinen
0 siblings, 0 replies; 2+ messages in thread
From: Ilpo Järvinen @ 2022-06-29 9:46 UTC (permalink / raw)
To: Zhang Jiaming
Cc: Greg Kroah-Hartman, Jiri Slaby, andy.shevchenko, linux-serial,
LKML, liqiong, renyu
[-- Attachment #1: Type: text/plain, Size: 241 bytes --]
On Wed, 29 Jun 2022, Zhang Jiaming wrote:
> Change 'timeing' to 'timing'.
> Change 'Characteres' to 'Characters'.
>
> Signed-off-by: Zhang Jiaming <jiaming@nfschina.com>
Reviewed-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
--
i.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-06-29 9:46 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-06-29 9:44 [PATCH] serial: Fix spelling mistake Zhang Jiaming
2022-06-29 9:46 ` Ilpo Järvinen
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.