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

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

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 v3] tty:serial: fix spelling typo of values
  2021-03-23 11:53 [PATCH v3] tty:serial: fix spelling typo of values caizhichao
@ 2021-03-23 12:29 ` Greg KH
  0 siblings, 0 replies; 2+ messages in thread
From: Greg KH @ 2021-03-23 12:29 UTC (permalink / raw)
  To: caizhichao
  Cc: matthias.bgg, jirislaby, linux-serial, linux-kernel,
	linux-arm-kernel, linux-mediatek, caizhichao

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

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

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

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-23 11:53 [PATCH v3] tty:serial: fix spelling typo of values caizhichao
2021-03-23 12:29 ` 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).