summaryrefslogtreecommitdiffstats
path: root/drivers/tty
diff options
context:
space:
mode:
authorZhang Jiaming <jiaming@nfschina.com>2022-06-29 17:44:11 +0800
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2022-06-30 17:09:16 +0200
commit137b2d985928890557f8e73cf7e53677637b7af8 (patch)
tree058eb9ef5a84cb8744644f340dd5b8ca2a72de0b /drivers/tty
parent72a43046b61a3fe7164a622224bcdfc3cf6b795d (diff)
downloadlinux-137b2d985928890557f8e73cf7e53677637b7af8.tar.gz
linux-137b2d985928890557f8e73cf7e53677637b7af8.tar.bz2
linux-137b2d985928890557f8e73cf7e53677637b7af8.zip
serial: 8250_port: Fix spelling mistake
Change 'timeing' to 'timing'. Change 'Characteres' to 'Characters'. Reviewed-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com> Signed-off-by: Zhang Jiaming <jiaming@nfschina.com> Link: https://lore.kernel.org/r/20220629094411.39066-1-jiaming@nfschina.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/tty')
-rw-r--r--drivers/tty/serial/8250/8250_port.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/tty/serial/8250/8250_port.c b/drivers/tty/serial/8250/8250_port.c
index d4337d8346c8..ed2a606f2da7 100644
--- a/drivers/tty/serial/8250/8250_port.c
+++ b/drivers/tty/serial/8250/8250_port.c
@@ -1511,7 +1511,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
@@ -2798,7 +2798,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)