linux-serial.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH resend]  tty:serial: fix spelling typo of values
@ 2021-03-23 10:25 caizhichao
  2021-03-23 10:33 ` Greg KH
  0 siblings, 1 reply; 2+ messages in thread
From: caizhichao @ 2021-03-23 10:25 UTC (permalink / raw)
  To: gregkh, matthias.bgg
  Cc: jirislaby, linux-serial, linux-kernel, linux-arm-kernel,
	linux-mediatek, zhichao Cai

From: zhichao Cai <caizhichao@yulong.com>

vaules -> values

Signed-off-by: zhichao Cai <caizhichao@yulong.com>
---
 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


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

* Re: [PATCH resend]  tty:serial: fix spelling typo of values
  2021-03-23 10:25 [PATCH resend] tty:serial: fix spelling typo of values caizhichao
@ 2021-03-23 10:33 ` Greg KH
  0 siblings, 0 replies; 2+ messages in thread
From: Greg KH @ 2021-03-23 10:33 UTC (permalink / raw)
  To: caizhichao
  Cc: matthias.bgg, jirislaby, linux-serial, linux-kernel,
	linux-arm-kernel, linux-mediatek, zhichao Cai

On Tue, Mar 23, 2021 at 06:25:56PM +0800, caizhichao wrote:
> From: zhichao Cai <caizhichao@yulong.com>
> 
> vaules -> values
> 
> Signed-off-by: zhichao Cai <caizhichao@yulong.com>

Please capitalize your name.

> ---
>  drivers/tty/serial/8250/8250_mtk.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

What changed from the first version?

Please always list that below the -- line.

v3?

thanks,

greg k-h

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

end of thread, other threads:[~2021-03-23 10:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-23 10:25 [PATCH resend] tty:serial: fix spelling typo of values caizhichao
2021-03-23 10:33 ` Greg KH

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