dmaengine: fix typos in comments
authorJulia Lawall <Julia.Lawall@inria.fr>
Sat, 21 May 2022 11:11:01 +0000 (13:11 +0200)
committerVinod Koul <vkoul@kernel.org>
Wed, 6 Jul 2022 05:20:43 +0000 (10:50 +0530)
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>
drivers/dma/amba-pl08x.c
drivers/dma/mv_xor_v2.c

index a4a794e..487a01a 100644 (file)
@@ -231,7 +231,7 @@ enum pl08x_dma_chan_state {
 
 /**
  * struct pl08x_dma_chan - this structure wraps a DMA ENGINE channel
- * @vc: wrappped virtual channel
+ * @vc: wrapped virtual channel
  * @phychan: the physical channel utilized by this channel, if there is one
  * @name: name of channel
  * @cd: channel platform data
index f10b290..f629ef6 100644 (file)
@@ -313,7 +313,7 @@ mv_xor_v2_tx_submit(struct dma_async_tx_descriptor *tx)
                "%s sw_desc %p: async_tx %p\n",
                __func__, sw_desc, &sw_desc->async_tx);
 
-       /* assign coookie */
+       /* assign cookie */
        spin_lock_bh(&xor_dev->lock);
        cookie = dma_cookie_assign(tx);