diff options
author | Tom Rix <trix@redhat.com> | 2022-02-17 10:25:46 -0800 |
---|---|---|
committer | Vinod Koul <vkoul@kernel.org> | 2022-03-11 12:31:17 +0530 |
commit | 2ed4ba9486cbd379099b95aa79f49490af3139d3 (patch) | |
tree | cbc12a29adfe0447857f2dfcbead343542a175b1 /drivers/dma/ti/omap-dma.c | |
parent | fb7a444a5f9056bd138ed6b0cef013eb7826728c (diff) | |
download | lwn-2ed4ba9486cbd379099b95aa79f49490af3139d3.tar.gz lwn-2ed4ba9486cbd379099b95aa79f49490af3139d3.zip |
dmaengine: ti: cleanup comments
Remove the second 'the'
Replacements
completetion to completion
seens to seen
pendling to pending
atleast to at least
tranfer to transfer
multibple to a multiple
transfering to transferring
Signed-off-by: Tom Rix <trix@redhat.com>
Acked-by: Peter Ujfalusi <peter.ujfalusi@gmail.com>
Reviewed-by: Randy Dunlap <rdunlap@infradead.org>
Link: https://lore.kernel.org/r/20220217182546.3266909-1-trix@redhat.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
Diffstat (limited to 'drivers/dma/ti/omap-dma.c')
-rw-r--r-- | drivers/dma/ti/omap-dma.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/dma/ti/omap-dma.c b/drivers/dma/ti/omap-dma.c index 7cb577e6587b..8e52a0dc1f78 100644 --- a/drivers/dma/ti/omap-dma.c +++ b/drivers/dma/ti/omap-dma.c @@ -1442,7 +1442,7 @@ static int omap_dma_pause(struct dma_chan *chan) * A source-synchronised channel is one where the fetching of data is * under control of the device. In other words, a device-to-memory * transfer. So, a destination-synchronised channel (which would be a - * memory-to-device transfer) undergoes an abort if the the CCR_ENABLE + * memory-to-device transfer) undergoes an abort if the CCR_ENABLE * bit is cleared. * From 16.1.4.20.4.6.2 Abort: "If an abort trigger occurs, the channel * aborts immediately after completion of current read/write |