aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason Wang <wangborong@cdjrlc.com>2022-08-03 18:42:08 +0800
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2022-08-30 13:27:52 +0200
commit374e01fa1304e1eabd2cd16f750da3ecaeab069b (patch)
tree6cc7b3703cd8c3c67c4234aa2445d9cc15707f62
parentserial: pl011: Add reg-io-width parameters (diff)
downloadlinux-dev-374e01fa1304e1eabd2cd16f750da3ecaeab069b.tar.xz
linux-dev-374e01fa1304e1eabd2cd16f750da3ecaeab069b.zip
serial: fsl_lpuart: Fix comment typo
The double `as' is duplicated in the comment, remove one. Signed-off-by: Jason Wang <wangborong@cdjrlc.com> Link: https://lore.kernel.org/r/20220803104208.4127-1-wangborong@cdjrlc.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r--drivers/tty/serial/fsl_lpuart.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/tty/serial/fsl_lpuart.c b/drivers/tty/serial/fsl_lpuart.c
index f6c33cd228c8..4523a77a4ef8 100644
--- a/drivers/tty/serial/fsl_lpuart.c
+++ b/drivers/tty/serial/fsl_lpuart.c
@@ -2798,7 +2798,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) {