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

dmaengine: owl-dma: Modify mismatched function name

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: 47e20577c24d ("dmaengine: Add Actions Semi Owl family S900 DMA driver")
Signed-off-by: Zhang Jianhua <chris.zjh@huawei.com>
Reviewed-by: Randy Dunlap <rdunlap@infradead.org>
Link: https://lore.kernel.org/r/20230722153244.2086949-1-chris.zjh@huawei.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>

authored by

Zhang Jianhua and committed by
Vinod Koul
74d7221c 863676fe

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