提交 374e01fa 编写于 作者: J Jason Wang 提交者: Greg Kroah-Hartman

serial: fsl_lpuart: Fix comment typo

The double `as' is duplicated in the comment, remove one.
Signed-off-by: NJason Wang <wangborong@cdjrlc.com>
Link: https://lore.kernel.org/r/20220803104208.4127-1-wangborong@cdjrlc.comSigned-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 81db9e8e
...@@ -2798,7 +2798,7 @@ static int __maybe_unused lpuart_suspend(struct device *dev) ...@@ -2798,7 +2798,7 @@ static int __maybe_unused lpuart_suspend(struct device *dev)
* EDMA driver during suspend will forcefully release any * EDMA driver during suspend will forcefully release any
* non-idle DMA channels. If port wakeup is enabled or if port * non-idle DMA channels. If port wakeup is enabled or if port
* is console port or 'no_console_suspend' is set the Rx DMA * 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. * Rx DMA path before suspend and start Rx DMA path on resume.
*/ */
if (irq_wake) { if (irq_wake) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册