From: Vinod Koul Date: Wed, 7 Oct 2020 08:31:09 +0000 (+0530) Subject: dmaengine: altera-msgdma: fix kernel-doc style for tasklet X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=62e13a583066c12308ed10f0a45ddc44b444c898;p=linux.git dmaengine: altera-msgdma: fix kernel-doc style for tasklet Commit 6752e40d669a ("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: 6752e40d669a ("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 --- diff --git a/drivers/dma/altera-msgdma.c b/drivers/dma/altera-msgdma.c index 4d6751bf6f115..9a841ce5f0c50 100644 --- a/drivers/dma/altera-msgdma.c +++ b/drivers/dma/altera-msgdma.c @@ -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) {