diff options
author | Zhang Jianhua <chris.zjh@huawei.com> | 2023-07-22 15:32:44 +0000 |
---|---|---|
committer | Vinod Koul <vkoul@kernel.org> | 2023-08-07 00:01:41 +0530 |
commit | 74d7221c1f9c9f3a8c316a3557ca7dca8b99d14c (patch) | |
tree | bc9c6dd35b4a02a5a92161002a5756e9cda64f3d /drivers/dma/owl-dma.c | |
parent | 863676fe1ac1b82fc9eb56c242e80acfbfc18b76 (diff) |
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>
Diffstat (limited to 'drivers/dma/owl-dma.c')
-rw-r--r-- | drivers/dma/owl-dma.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/dma/owl-dma.c b/drivers/dma/owl-dma.c index 95a462a1f511..b6e0ac8314e5 100644 --- a/drivers/dma/owl-dma.c +++ b/drivers/dma/owl-dma.c @@ -192,7 +192,7 @@ struct owl_dma_pchan { }; /** - * struct owl_dma_pchan - Wrapper for DMA ENGINE channel + * struct owl_dma_vchan - Wrapper for DMA ENGINE channel * @vc: wrapped virtual channel * @pchan: the physical channel utilized by this channel * @txd: active transaction on this channel |