Re: [PATCH v3] dmaengine: altera-msgdma: Fixed some inconsistent function name descriptions

From: Vinod Koul
Date: Wed Jul 06 2022 - 12:30:24 EST


On 06-07-22, 16:26, Jiapeng Chong wrote:
> Inconsistent function names describing msgdma_chan_remove() and
> msgdma_dma_remove are modified to msgdma_dev_remove() and msgdma_remove().
>
> Remove some warnings found by running scripts/kernel-doc, which is caused
> by using 'make W=1'.
>
> drivers/dma/altera-msgdma.c:927: warning: expecting prototype for msgdma_dma_remove(). Prototype was for msgdma_remove() instead.
> drivers/dma/altera-msgdma.c:758: warning: expecting prototype for msgdma_chan_remove(). Prototype was for msgdma_dev_remove() instead.

Applied, thanks

--
~Vinod