dmaengine: altera-msgdma: fix kernel-doc style for tasklet

Commit 6752e40d66 ("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: 6752e40d66 ("dmaengine: altera-msgdma: convert tasklets to use new tasklet_setup() API")
Link: https://lore.kernel.org/r/20201007083113.567559-2-vkoul@kernel.org
Signed-off-by: Vinod Koul <vkoul@kernel.org>
This commit is contained in:
Vinod Koul 2020-10-07 14:01:09 +05:30
parent b1839e7c2a
commit 62e13a5830
1 changed files with 1 additions and 1 deletions

View File

@ -678,7 +678,7 @@ static int msgdma_alloc_chan_resources(struct dma_chan *dchan)
/**
* msgdma_tasklet - Schedule completion tasklet
* @data: Pointer to the Altera sSGDMA channel structure
* @t: Pointer to the Altera sSGDMA channel structure
*/
static void msgdma_tasklet(struct tasklet_struct *t)
{