diff mbox series

mmc: mmci: Fix typo in comment

Message ID 20220608130847.46359-1-wangxiang@cdjrlc.com
State New
Headers show
Series mmc: mmci: Fix typo in comment | expand

Commit Message

Xiang wangx June 8, 2022, 1:08 p.m. UTC
Delete the redundant word 'is'.

Signed-off-by: Xiang wangx <wangxiang@cdjrlc.com>
---
 drivers/mmc/host/mmci.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Ulf Hansson June 15, 2022, 5:32 p.m. UTC | #1
On Wed, 8 Jun 2022 at 06:12, Xiang wangx <wangxiang@cdjrlc.com> wrote:
>
> Delete the redundant word 'is'.
>
> Signed-off-by: Xiang wangx <wangxiang@cdjrlc.com>

Applied for next, thanks!

Kind regards
Uffe


> ---
>  drivers/mmc/host/mmci.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/mmc/host/mmci.c b/drivers/mmc/host/mmci.c
> index 01159eaf8694..012aa85489d8 100644
> --- a/drivers/mmc/host/mmci.c
> +++ b/drivers/mmc/host/mmci.c
> @@ -762,7 +762,7 @@ int mmci_dmae_setup(struct mmci_host *host)
>
>         /*
>          * If only an RX channel is specified, the driver will
> -        * attempt to use it bidirectionally, however if it is
> +        * attempt to use it bidirectionally, however if it
>          * is specified but cannot be located, DMA will be disabled.
>          */
>         if (dmae->rx_channel && !dmae->tx_channel)
> --
> 2.36.1
>
diff mbox series

Patch

diff --git a/drivers/mmc/host/mmci.c b/drivers/mmc/host/mmci.c
index 01159eaf8694..012aa85489d8 100644
--- a/drivers/mmc/host/mmci.c
+++ b/drivers/mmc/host/mmci.c
@@ -762,7 +762,7 @@  int mmci_dmae_setup(struct mmci_host *host)
 
 	/*
 	 * If only an RX channel is specified, the driver will
-	 * attempt to use it bidirectionally, however if it is
+	 * attempt to use it bidirectionally, however if it
 	 * is specified but cannot be located, DMA will be disabled.
 	 */
 	if (dmae->rx_channel && !dmae->tx_channel)