aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma/at_xdmac.c
diff options
context:
space:
mode:
authorXiang wangx <wangxiang@cdjrlc.com>2022-06-18 21:03:49 +0800
committerVinod Koul <vkoul@kernel.org>2022-07-01 22:06:07 +0530
commitab356484dbb950b069b363e45681270eb14fd02c (patch)
tree74a430cb14835a89e02222975d2448daef3dd347 /drivers/dma/at_xdmac.c
parentdt-bindings: dma: fsl-edma: Convert to DT schema (diff)
downloadlinux-dev-ab356484dbb950b069b363e45681270eb14fd02c.tar.xz
linux-dev-ab356484dbb950b069b363e45681270eb14fd02c.zip
dmaengine: at_xdmac: Fix typo in comment
Delete the redundant word 'the'. Signed-off-by: Xiang wangx <wangxiang@cdjrlc.com> Link: https://lore.kernel.org/r/20220618130349.11507-1-wangxiang@cdjrlc.com Signed-off-by: Vinod Koul <vkoul@kernel.org>
Diffstat (limited to 'drivers/dma/at_xdmac.c')
-rw-r--r--drivers/dma/at_xdmac.c2
1 files changed, 1 insertions, 1 deletions
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.
*/