diff mbox series

dmaengine: at_xdmac: Fix typo in comment

Message ID 20220618130349.11507-1-wangxiang@cdjrlc.com (mailing list archive)
State Accepted
Commit ab356484dbb950b069b363e45681270eb14fd02c
Headers show
Series dmaengine: at_xdmac: Fix typo in comment | expand

Commit Message

Xiang wangx June 18, 2022, 1:03 p.m. UTC
Delete the redundant word 'the'.

Signed-off-by: Xiang wangx <wangxiang@cdjrlc.com>
---
 drivers/dma/at_xdmac.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Vinod Koul July 1, 2022, 4:36 p.m. UTC | #1
On 18-06-22, 21:03, Xiang wangx wrote:
> Delete the redundant word 'the'.

Applied, thanks
diff mbox series

Patch

diff --git a/drivers/dma/at_xdmac.c b/drivers/dma/at_xdmac.c
index 3e9d726504e2..90cbff44f884 100644
--- a/drivers/dma/at_xdmac.c
+++ b/drivers/dma/at_xdmac.c
@@ -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
  * transfer since we don't know the direction at this stage.
  */