diff options
author | jianchunfu <jianchunfu@cmss.chinamobile.com> | 2022-04-03 20:31:20 +0800 |
---|---|---|
committer | Vinod Koul <vkoul@kernel.org> | 2022-04-11 17:31:48 +0530 |
commit | 9060a7a46a9463ec519a9436fa2b84f5407b138e (patch) | |
tree | 3945eac13007e566e9d894fe2e7affe1108e5738 /drivers/dma/ep93xx_dma.c | |
parent | 3157dd0a366183adaea2f4d8721961637d562fee (diff) |
dmaengine: ep93xx: Remove redundant word in comment
Remove the second 'to' which is repeated.
Signed-off-by: jianchunfu <jianchunfu@cmss.chinamobile.com>
Link: https://lore.kernel.org/r/20220403123120.7794-1-jianchunfu@cmss.chinamobile.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
Diffstat (limited to 'drivers/dma/ep93xx_dma.c')
-rw-r--r-- | drivers/dma/ep93xx_dma.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/dma/ep93xx_dma.c b/drivers/dma/ep93xx_dma.c index 98f9ee70362e..971ff5f9ae84 100644 --- a/drivers/dma/ep93xx_dma.c +++ b/drivers/dma/ep93xx_dma.c @@ -132,7 +132,7 @@ struct ep93xx_dma_desc { /** * struct ep93xx_dma_chan - an EP93xx DMA M2P/M2M channel * @chan: dmaengine API channel - * @edma: pointer to to the engine device + * @edma: pointer to the engine device * @regs: memory mapped registers * @irq: interrupt number of the channel * @clk: clock used by this channel |