Skip to content

Commit e4c4182

Browse files
JuliaLawallvinodkoul
authored andcommitted
dmaengine: fix typos in comments
Spelling mistakes (triple letters) in comments. Detected with the help of Coccinelle. Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr> Link: https://lore.kernel.org/r/20220521111145.81697-51-Julia.Lawall@inria.fr Signed-off-by: Vinod Koul <vkoul@kernel.org>
1 parent 8f64c2a commit e4c4182

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

drivers/dma/amba-pl08x.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ enum pl08x_dma_chan_state {
231231

232232
/**
233233
* struct pl08x_dma_chan - this structure wraps a DMA ENGINE channel
234-
* @vc: wrappped virtual channel
234+
* @vc: wrapped virtual channel
235235
* @phychan: the physical channel utilized by this channel, if there is one
236236
* @name: name of channel
237237
* @cd: channel platform data

drivers/dma/mv_xor_v2.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ mv_xor_v2_tx_submit(struct dma_async_tx_descriptor *tx)
313313
"%s sw_desc %p: async_tx %p\n",
314314
__func__, sw_desc, &sw_desc->async_tx);
315315

316-
/* assign coookie */
316+
/* assign cookie */
317317
spin_lock_bh(&xor_dev->lock);
318318
cookie = dma_cookie_assign(tx);
319319

0 commit comments

Comments
 (0)