All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2] serial: 8250_omap: Fix syntax errors in comments
@ 2022-06-06 14:41 Xiang wangx
  2022-06-06 15:47 ` Andy Shevchenko
  2022-06-07 13:11 ` Greg KH
  0 siblings, 2 replies; 3+ messages in thread
From: Xiang wangx @ 2022-06-06 14:41 UTC (permalink / raw)
  To: gregkh; +Cc: jirislaby, nm, tony, linux-serial, linux-kernel, Xiang wangx

Delete the redundant word 'have'.

Signed-off-by: Xiang wangx <wangxiang@cdjrlc.com>
---

Changes since v1
*Change commit log

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

diff --git a/drivers/tty/serial/8250/8250_omap.c b/drivers/tty/serial/8250/8250_omap.c
index ac8bfa042391..a7a95c013fe6 100644
--- a/drivers/tty/serial/8250/8250_omap.c
+++ b/drivers/tty/serial/8250/8250_omap.c
@@ -345,7 +345,7 @@ static void omap8250_restore_regs(struct uart_8250_port *up)
 }
 
 /*
- * OMAP can use "CLK / (16 or 13) / div" for baud rate. And then we have have
+ * OMAP can use "CLK / (16 or 13) / div" for baud rate. And then we have
  * some differences in how we want to handle flow control.
  */
 static void omap_8250_set_termios(struct uart_port *port,
-- 
2.36.1


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

* Re: [PATCH v2] serial: 8250_omap: Fix syntax errors in comments
  2022-06-06 14:41 [PATCH v2] serial: 8250_omap: Fix syntax errors in comments Xiang wangx
@ 2022-06-06 15:47 ` Andy Shevchenko
  2022-06-07 13:11 ` Greg KH
  1 sibling, 0 replies; 3+ messages in thread
From: Andy Shevchenko @ 2022-06-06 15:47 UTC (permalink / raw)
  To: Xiang wangx
  Cc: Greg Kroah-Hartman, Jiri Slaby, Nishanth Menon, Tony Lindgren,
	open list:SERIAL DRIVERS, Linux Kernel Mailing List

On Mon, Jun 6, 2022 at 4:56 PM Xiang wangx <wangxiang@cdjrlc.com> wrote:
>
> Delete the redundant word 'have'.

I think I have given you a tag...

Please, read the chapter in the Documentation on how to handle
community interactions:
https://www.kernel.org/doc/html/latest/process/submitting-patches.html#using-reported-by-tested-by-reviewed-by-suggested-by-and-fixes

-- 
With Best Regards,
Andy Shevchenko

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

* Re: [PATCH v2] serial: 8250_omap: Fix syntax errors in comments
  2022-06-06 14:41 [PATCH v2] serial: 8250_omap: Fix syntax errors in comments Xiang wangx
  2022-06-06 15:47 ` Andy Shevchenko
@ 2022-06-07 13:11 ` Greg KH
  1 sibling, 0 replies; 3+ messages in thread
From: Greg KH @ 2022-06-07 13:11 UTC (permalink / raw)
  To: Xiang wangx; +Cc: jirislaby, nm, tony, linux-serial, linux-kernel

On Mon, Jun 06, 2022 at 10:41:24PM +0800, Xiang wangx wrote:
> Delete the redundant word 'have'.
> 
> Signed-off-by: Xiang wangx <wangxiang@cdjrlc.com>
> ---
> 
> Changes since v1
> *Change commit log

No you did not, it's identical :(

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

end of thread, other threads:[~2022-06-07 13:12 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-06 14:41 [PATCH v2] serial: 8250_omap: Fix syntax errors in comments Xiang wangx
2022-06-06 15:47 ` Andy Shevchenko
2022-06-07 13:11 ` 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.