Re: [PATCH] dmaengine: xilinx_dma: Fix kernel-doc warnings

From: Vinod Koul
Date: Mon Oct 25 2021 - 02:40:29 EST


On 13-09-21, 14:58, Radhey Shyam Pandey wrote:
> From: Shravya Kumbham <shravya.kumbham@xxxxxxxxxx>
>
> Modify the prototype from xilinx_dma_tx_descriptor to
> xilinx_dma_alloc_tx_descriptor and xilinx_dma_channel_set_config
> to xilinx_vdma_channel_set_config in API description to
> fix below linux kernel-doc warnings.
>
> drivers/dma/xilinx/xilinx_dma.c:800: warning: expecting
> prototype for xilinx_dma_tx_descriptor(). Prototype was
> for xilinx_dma_alloc_tx_descriptor() instead.
>
> drivers/dma/xilinx/xilinx_dma.c:2471: warning: expecting
> prototype for xilinx_dma_channel_set_config(). Prototype
> was for xilinx_vdma_channel_set_config() instead.

Applied, thanks

--
~Vinod