Skip to content

Commit ab06983

Browse files
Zhang Jianhuagregkh
authored andcommitted
dmaengine: owl-dma: Modify mismatched function name
commit 74d7221 upstream. No functional modification involved. drivers/dma/owl-dma.c:208: warning: expecting prototype for struct owl_dma_pchan. Prototype was for struct owl_dma_vchan instead HDRTEST usr/include/sound/asequencer.h Fixes: 47e2057 ("dmaengine: Add Actions Semi Owl family S900 DMA driver") Signed-off-by: Zhang Jianhua <[email protected]> Reviewed-by: Randy Dunlap <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Vinod Koul <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent dff2200 commit ab06983

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/dma/owl-dma.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ struct owl_dma_pchan {
192192
};
193193

194194
/**
195-
* struct owl_dma_pchan - Wrapper for DMA ENGINE channel
195+
* struct owl_dma_vchan - Wrapper for DMA ENGINE channel
196196
* @vc: wrapped virtual channel
197197
* @pchan: the physical channel utilized by this channel
198198
* @txd: active transaction on this channel

0 commit comments

Comments
 (0)