mirror of
https://github.com/torvalds/linux.git
synced 2024-11-26 06:02:05 +00:00
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>
This commit is contained in:
parent
0f6fe934a6
commit
f78bc9f2ca
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user