linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] tty/seria: fix repeated words in comments
@ 2022-08-22 12:06 Jilin Yuan
  2022-08-22 12:18 ` Greg KH
  0 siblings, 1 reply; 2+ messages in thread
From: Jilin Yuan @ 2022-08-22 12:06 UTC (permalink / raw)
  To: gregkh, jirislaby, jason.wessel, daniel.thompson, dianders
  Cc: linux-serial, linux-kernel, kgdb-bugreport, Jilin Yuan

 Delete the redundant word 'as'.
 Delete the redundant word 'the'.

Signed-off-by: Jilin Yuan <yuanjilin@cdjrlc.com>
---
 drivers/tty/serial/fsl_lpuart.c | 2 +-
 drivers/tty/serial/kgdboc.c     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/tty/serial/fsl_lpuart.c b/drivers/tty/serial/fsl_lpuart.c
index 0d6e62f6bb07..fff4fa8d73ca 100644
--- a/drivers/tty/serial/fsl_lpuart.c
+++ b/drivers/tty/serial/fsl_lpuart.c
@@ -2787,7 +2787,7 @@ static int __maybe_unused lpuart_suspend(struct device *dev)
 		 * EDMA driver during suspend will forcefully release any
 		 * non-idle DMA channels. If port wakeup is enabled or if port
 		 * is console port or 'no_console_suspend' is set the Rx DMA
-		 * cannot resume as as expected, hence gracefully release the
+		 * cannot resume as expected, hence gracefully release the
 		 * Rx DMA path before suspend and start Rx DMA path on resume.
 		 */
 		if (irq_wake) {
diff --git a/drivers/tty/serial/kgdboc.c b/drivers/tty/serial/kgdboc.c
index 79b7db8580e0..a471fc132acb 100644
--- a/drivers/tty/serial/kgdboc.c
+++ b/drivers/tty/serial/kgdboc.c
@@ -343,7 +343,7 @@ static int param_set_kgdboc_var(const char *kmessage,
 	 * Configure with the new params as long as init already ran.
 	 * Note that we can get called before init if someone loads us
 	 * with "modprobe kgdboc kgdboc=..." or if they happen to use the
-	 * the odd syntax of "kgdboc.kgdboc=..." on the kernel command.
+	 * odd syntax of "kgdboc.kgdboc=..." on the kernel command.
 	 */
 	if (configured >= 0)
 		ret = configure_kgdboc();
-- 
2.36.1


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

* Re: [PATCH] tty/seria: fix repeated words in comments
  2022-08-22 12:06 [PATCH] tty/seria: fix repeated words in comments Jilin Yuan
@ 2022-08-22 12:18 ` Greg KH
  0 siblings, 0 replies; 2+ messages in thread
From: Greg KH @ 2022-08-22 12:18 UTC (permalink / raw)
  To: Jilin Yuan
  Cc: jirislaby, jason.wessel, daniel.thompson, dianders, linux-serial,
	linux-kernel, kgdb-bugreport

On Mon, Aug 22, 2022 at 08:06:33PM +0800, Jilin Yuan wrote:
>  Delete the redundant word 'as'.
>  Delete the redundant word 'the'.
> 
> Signed-off-by: Jilin Yuan <yuanjilin@cdjrlc.com>

Your subject line is incorrect :(

Again, post a patch series, not a random set of patches with all the
same subject line, not reflecting what file you are touching.

I would recommend learning how the development process works first by
contributing to drivers/staging/ and not going out of that area until
you have some experience and know how to do this correctly.

good luck!

greg k-h

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

end of thread, other threads:[~2022-08-22 12:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-22 12:06 [PATCH] tty/seria: fix repeated words in comments Jilin Yuan
2022-08-22 12:18 ` 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).