Skip to content

Commit d11913f

Browse files
committed
dmaengine: xilinx_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 a5e399a commit d11913f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/dma/xilinx/xilinx_dma.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1044,7 +1044,7 @@ static void xilinx_dma_chan_desc_cleanup(struct xilinx_dma_chan *chan)
10441044

10451045
/**
10461046
* xilinx_dma_do_tasklet - Schedule completion tasklet
1047-
* @data: Pointer to the Xilinx DMA channel structure
1047+
* @t: Pointer to the Xilinx DMA channel structure
10481048
*/
10491049
static void xilinx_dma_do_tasklet(struct tasklet_struct *t)
10501050
{

0 commit comments

Comments
 (0)