[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20210323115327.1199-1-tomstomsczc@163.com>
Date: Tue, 23 Mar 2021 19:53:27 +0800
From: caizhichao <tomstomsczc@....com>
To: gregkh@...uxfoundation.org, matthias.bgg@...il.com
Cc: jirislaby@...nel.org, linux-serial@...r.kernel.org,
linux-kernel@...r.kernel.org, linux-arm-kernel@...ts.infradead.org,
linux-mediatek@...ts.infradead.org,
caizhichao <caizhichao@...ong.com>
Subject: [PATCH v3] tty:serial: fix spelling typo of values
From: caizhichao <caizhichao@...ong.com>
vaules -> values
Signed-off-by: Zhichao Cai <caizhichao@...ong.com>
---
v3: use full name and capitalize personal name.
drivers/tty/serial/8250/8250_mtk.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/tty/serial/8250/8250_mtk.c b/drivers/tty/serial/8250/8250_mtk.c
index f7d3023..c6633dc 100644
--- a/drivers/tty/serial/8250/8250_mtk.c
+++ b/drivers/tty/serial/8250/8250_mtk.c
@@ -325,7 +325,7 @@ static void mtk8250_set_flow_ctrl(struct uart_8250_port *up, int mode)
* Mediatek UARTs use an extra highspeed register (MTK_UART_HIGHS)
*
* We need to recalcualte the quot register, as the claculation depends
- * on the vaule in the highspeed register.
+ * on the value in the highspeed register.
*
* Some baudrates are not supported by the chip, so we use the next
* lower rate supported and update termios c_flag.
--
1.9.1
Powered by blists - more mailing lists