From: Xiang wangx Date: Wed, 8 Jun 2022 13:08:47 +0000 (+0800) Subject: mmc: mmci: Fix typo in comment X-Git-Tag: v6.1-rc5~705^2~39 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f78bc9f2caa4e37fafa623faa8f5c683b4c4b35e;p=platform%2Fkernel%2Flinux-starfive.git mmc: mmci: Fix typo in comment Delete the redundant word 'is'. Signed-off-by: Xiang wangx Link: https://lore.kernel.org/r/20220608130847.46359-1-wangxiang@cdjrlc.com Signed-off-by: Ulf Hansson --- diff --git a/drivers/mmc/host/mmci.c b/drivers/mmc/host/mmci.c index 01159ea..012aa85 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)