summaryrefslogtreecommitdiff
path: root/drivers/mmc/host/mmci.c
diff options
context:
space:
mode:
authorXiang wangx <wangxiang@cdjrlc.com>2022-06-08 21:08:47 +0800
committerUlf Hansson <ulf.hansson@linaro.org>2022-07-12 12:25:37 +0200
commitf78bc9f2caa4e37fafa623faa8f5c683b4c4b35e (patch)
tree6c3032fc7af90557bbf7e75d2b7d324dcc4188d6 /drivers/mmc/host/mmci.c
parent0f6fe934a628b0ce0ba138697064fbc8802c21b1 (diff)
mmc: mmci: Fix typo in comment
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>
Diffstat (limited to 'drivers/mmc/host/mmci.c')
-rw-r--r--drivers/mmc/host/mmci.c2
1 files changed, 1 insertions, 1 deletions
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)