Skip to content

Commit 62e13a5

Browse files
committed
dmaengine: altera-msgdma: fix kernel-doc style for tasklet
Commit 6752e40 ("dmaengine: altera-msgdma: 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: 6752e40 ("dmaengine: altera-msgdma: convert tasklets to use new tasklet_setup() API") Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Vinod Koul <[email protected]>
1 parent b1839e7 commit 62e13a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/dma/altera-msgdma.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -678,7 +678,7 @@ static int msgdma_alloc_chan_resources(struct dma_chan *dchan)
678678

679679
/**
680680
* msgdma_tasklet - Schedule completion tasklet
681-
* @data: Pointer to the Altera sSGDMA channel structure
681+
* @t: Pointer to the Altera sSGDMA channel structure
682682
*/
683683
static void msgdma_tasklet(struct tasklet_struct *t)
684684
{

0 commit comments

Comments
 (0)