All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] tty:serial: fix spelling typo of values
@ 2021-03-23  9:28 ` caizhichao
  0 siblings, 0 replies; 6+ messages in thread
From: caizhichao @ 2021-03-23  9:28 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: caizhichao <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] 6+ messages in thread

* [PATCH] tty:serial: fix spelling typo of values
@ 2021-03-23  9:28 ` caizhichao
  0 siblings, 0 replies; 6+ messages in thread
From: caizhichao @ 2021-03-23  9:28 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: caizhichao <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



_______________________________________________
Linux-mediatek mailing list
Linux-mediatek@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-mediatek

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

* [PATCH] tty:serial: fix spelling typo of values
@ 2021-03-23  9:28 ` caizhichao
  0 siblings, 0 replies; 6+ messages in thread
From: caizhichao @ 2021-03-23  9:28 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: caizhichao <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



_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [PATCH] tty:serial: fix spelling typo of values
  2021-03-23  9:28 ` caizhichao
  (?)
@ 2021-03-23  9:43   ` Greg KH
  -1 siblings, 0 replies; 6+ messages in thread
From: Greg KH @ 2021-03-23  9:43 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 05:28:46PM +0800, caizhichao wrote:
> From: caizhichao <caizhichao@yulong.com>
> 
> vaules -> values
> 
> Signed-off-by: caizhichao <caizhichao@yulong.com>

Please use your "full" name here.

thanks,

greg k-h

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

* Re: [PATCH] tty:serial: fix spelling typo of values
@ 2021-03-23  9:43   ` Greg KH
  0 siblings, 0 replies; 6+ messages in thread
From: Greg KH @ 2021-03-23  9:43 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 05:28:46PM +0800, caizhichao wrote:
> From: caizhichao <caizhichao@yulong.com>
> 
> vaules -> values
> 
> Signed-off-by: caizhichao <caizhichao@yulong.com>

Please use your "full" name here.

thanks,

greg k-h

_______________________________________________
Linux-mediatek mailing list
Linux-mediatek@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-mediatek

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

* Re: [PATCH] tty:serial: fix spelling typo of values
@ 2021-03-23  9:43   ` Greg KH
  0 siblings, 0 replies; 6+ messages in thread
From: Greg KH @ 2021-03-23  9:43 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 05:28:46PM +0800, caizhichao wrote:
> From: caizhichao <caizhichao@yulong.com>
> 
> vaules -> values
> 
> Signed-off-by: caizhichao <caizhichao@yulong.com>

Please use your "full" name here.

thanks,

greg k-h

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

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

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.