From: Vinod Koul Date: Wed, 7 Oct 2020 08:31:12 +0000 (+0530) Subject: dmaengine: zynqmp_dma: fix kernel-doc style for tasklet X-Git-Tag: v5.10-rc1~121^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2997ced4eca9b57eabb777141d9db0148d0922f1;p=thirdparty%2Flinux.git dmaengine: zynqmp_dma: fix kernel-doc style for tasklet Commit f19a11d40a78 ("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: f19a11d40a78 ("dmaengine: xilinx: convert tasklets to use new tasklet_setup() API") Acked-by: Michal Simek Link: https://lore.kernel.org/r/20201007083113.567559-5-vkoul@kernel.org Signed-off-by: Vinod Koul --- diff --git a/drivers/dma/xilinx/zynqmp_dma.c b/drivers/dma/xilinx/zynqmp_dma.c index 15b0f961fdf8d..d8419565b92cc 100644 --- a/drivers/dma/xilinx/zynqmp_dma.c +++ b/drivers/dma/xilinx/zynqmp_dma.c @@ -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) {