Commit ab356484 authored by Xiang wangx's avatar Xiang wangx Committed by Vinod Koul

dmaengine: at_xdmac: Fix typo in comment

Delete the redundant word 'the'.
Signed-off-by: default avatarXiang wangx <wangxiang@cdjrlc.com>
Link: https://lore.kernel.org/r/20220618130349.11507-1-wangxiang@cdjrlc.comSigned-off-by: default avatarVinod Koul <vkoul@kernel.org>
parent cfa1927f
...@@ -649,7 +649,7 @@ static int at_xdmac_compute_chan_conf(struct dma_chan *chan, ...@@ -649,7 +649,7 @@ static int at_xdmac_compute_chan_conf(struct dma_chan *chan,
} }
/* /*
* Only check that maxburst and addr width values are supported by the * Only check that maxburst and addr width values are supported by
* the controller but not that the configuration is good to perform the * the controller but not that the configuration is good to perform the
* transfer since we don't know the direction at this stage. * transfer since we don't know the direction at this stage.
*/ */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment