diff mbox series

[v3] tty:serial: fix spelling typo of values

Message ID 20210323115327.1199-1-tomstomsczc@163.com (mailing list archive)
State New, archived
Headers show
Series [v3] tty:serial: fix spelling typo of values | expand

Commit Message

Zhichao Cai March 23, 2021, 11:53 a.m. UTC
From: caizhichao <caizhichao@yulong.com>

vaules -> values

Signed-off-by: Zhichao Cai <caizhichao@yulong.com>
---
v3: use full name and capitalize personal name.
 drivers/tty/serial/8250/8250_mtk.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Greg KH March 23, 2021, 12:29 p.m. UTC | #1
On Tue, Mar 23, 2021 at 07:53:27PM +0800, caizhichao wrote:
> From: caizhichao <caizhichao@yulong.com>
> 
> vaules -> values
> 
> Signed-off-by: Zhichao Cai <caizhichao@yulong.com>
> ---
> v3: use full name and capitalize personal name.

But now your From: and Signed-off-by: lines do not match :(

Trivial patches are best learned in the drivers/staging/ area, please
try working there before going out into the "real" part of the kernel.

thanks,

greg k-h
diff mbox series

Patch

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.