Skip to content

Commit

Permalink
dmaengine: fix typos in comments
Browse files Browse the repository at this point in the history
Spelling mistakes (triple letters) in comments.
Detected with the help of Coccinelle.

Signed-off-by: Julia Lawall <[email protected]>

Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Vinod Koul <[email protected]>
  • Loading branch information
JuliaLawall authored and vinodkoul committed Jul 6, 2022
1 parent 8f64c2a commit e4c4182
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion drivers/dma/amba-pl08x.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion drivers/dma/mv_xor_v2.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit e4c4182

Please sign in to comment.