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: owl: fix typo in comment

Spelling mistake (triple letters) in comment.
Detected with the help of Coccinelle.

Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr>

Link: https://lore.kernel.org/r/20220521111145.81697-7-Julia.Lawall@inria.fr
Signed-off-by: Vinod Koul <vkoul@kernel.org>

authored by

Julia Lawall and committed by
Vinod Koul
2749416f fd39ae75

+1 -1
+1 -1
drivers/dma/owl-dma.c
··· 193 193 194 194 /** 195 195 * struct owl_dma_pchan - Wrapper for DMA ENGINE channel 196 - * @vc: wrappped virtual channel 196 + * @vc: wrapped virtual channel 197 197 * @pchan: the physical channel utilized by this channel 198 198 * @txd: active transaction on this channel 199 199 * @cfg: slave configuration for this channel