dmaengine: zynqmp_dma: fix kernel-doc style for tasklet

Commit f19a11d40a ("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-5-vkoul@kernel.org
Signed-off-by: Vinod Koul <vkoul@kernel.org>
This commit is contained in:
Vinod Koul 2020-10-07 14:01:12 +05:30
parent d11913f2fb
commit 2997ced4ec
1 changed files with 1 additions and 1 deletions

View File

@ -742,7 +742,7 @@ static irqreturn_t zynqmp_dma_irq_handler(int irq, void *data)
/**
* zynqmp_dma_do_tasklet - Schedule completion tasklet
* @data: Pointer to the ZynqMP DMA channel structure
* @t: Pointer to the ZynqMP DMA channel structure
*/
static void zynqmp_dma_do_tasklet(struct tasklet_struct *t)
{