mmc: mmci: Fix typo in comment
authorXiang wangx <wangxiang@cdjrlc.com>
Wed, 8 Jun 2022 13:08:47 +0000 (21:08 +0800)
committerUlf Hansson <ulf.hansson@linaro.org>
Tue, 12 Jul 2022 10:25:37 +0000 (12:25 +0200)
Delete the redundant word 'is'.

Signed-off-by: Xiang wangx <wangxiang@cdjrlc.com>
Link: https://lore.kernel.org/r/20220608130847.46359-1-wangxiang@cdjrlc.com
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/host/mmci.c

index 01159ea..012aa85 100644 (file)
@@ -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)