dmaengine: xilinx_dma: fix kernel-doc style for tasklet
Commitf19a11d40a
("dmaengine: xilinx: convert tasklets to use new tasklet_setup() API") updated driver to use new tasklet_setup() API but missed to update the documentation for the tasklet function. Fixes:f19a11d40a
("dmaengine: xilinx: convert tasklets to use new tasklet_setup() API") Acked-by: Michal Simek <michal.simek@xilinx.com> Link: https://lore.kernel.org/r/20201007083113.567559-4-vkoul@kernel.org Signed-off-by: Vinod Koul <vkoul@kernel.org>
This commit is contained in:
parent
a5e399a5a0
commit
d11913f2fb
|
@ -1044,7 +1044,7 @@ static void xilinx_dma_chan_desc_cleanup(struct xilinx_dma_chan *chan)
|
|||
|
||||
/**
|
||||
* xilinx_dma_do_tasklet - Schedule completion tasklet
|
||||
* @data: Pointer to the Xilinx DMA channel structure
|
||||
* @t: Pointer to the Xilinx DMA channel structure
|
||||
*/
|
||||
static void xilinx_dma_do_tasklet(struct tasklet_struct *t)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue