Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

jianchunfu and committed by
Vinod Koul
9060a7a4 3157dd0a

+1 -1
+1 -1
drivers/dma/ep93xx_dma.c
··· 132 132 /** 133 133 * struct ep93xx_dma_chan - an EP93xx DMA M2P/M2M channel 134 134 * @chan: dmaengine API channel 135 - * @edma: pointer to to the engine device 135 + * @edma: pointer to the engine device 136 136 * @regs: memory mapped registers 137 137 * @irq: interrupt number of the channel 138 138 * @clk: clock used by this channel