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 <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Vinod Koul <[email protected]>
1 parent d11913f commit 2997ced

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)