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

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Julia Lawall and committed by
Vinod Koul
e4c4182f 8f64c2a4

+2 -2
+1 -1
drivers/dma/amba-pl08x.c
··· 231 231 232 232 /** 233 233 * struct pl08x_dma_chan - this structure wraps a DMA ENGINE channel 234 - * @vc: wrappped virtual channel 234 + * @vc: wrapped virtual channel 235 235 * @phychan: the physical channel utilized by this channel, if there is one 236 236 * @name: name of channel 237 237 * @cd: channel platform data
+1 -1
drivers/dma/mv_xor_v2.c
··· 313 313 "%s sw_desc %p: async_tx %p\n", 314 314 __func__, sw_desc, &sw_desc->async_tx); 315 315 316 - /* assign coookie */ 316 + /* assign cookie */ 317 317 spin_lock_bh(&xor_dev->lock); 318 318 cookie = dma_cookie_assign(tx); 319 319