Skip to content

Commit a0e02b8

Browse files
JuliaLawallvinodkoul
authored andcommitted
dmaengine: s3c24xx: 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> Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Link: https://lore.kernel.org/r/20220521111145.81697-46-Julia.Lawall@inria.fr Signed-off-by: Vinod Koul <vkoul@kernel.org>
1 parent 6a4e930 commit a0e02b8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/dma/s3c24xx-dma.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ struct s3c24xx_dma_phy {
202202
* struct s3c24xx_dma_chan - this structure wraps a DMA ENGINE channel
203203
* @id: the id of the channel
204204
* @name: name of the channel
205-
* @vc: wrappped virtual channel
205+
* @vc: wrapped virtual channel
206206
* @phy: the physical channel utilized by this channel, if there is one
207207
* @runtime_addr: address for RX/TX according to the runtime config
208208
* @at: active transaction on this channel

0 commit comments

Comments
 (0)