Skip to content

Commit 2997ced

Browse files
committed
dmaengine: zynqmp_dma: fix kernel-doc style for tasklet
Commit f19a11d ("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: f19a11d ("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>
1 parent d11913f commit 2997ced

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/dma/xilinx/zynqmp_dma.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -742,7 +742,7 @@ static irqreturn_t zynqmp_dma_irq_handler(int irq, void *data)
742742

743743
/**
744744
* zynqmp_dma_do_tasklet - Schedule completion tasklet
745-
* @data: Pointer to the ZynqMP DMA channel structure
745+
* @t: Pointer to the ZynqMP DMA channel structure
746746
*/
747747
static void zynqmp_dma_do_tasklet(struct tasklet_struct *t)
748748
{

0 commit comments

Comments
 (0)