dmaengine: altera-msgdma: fix kernel-doc style for tasklet
authorVinod Koul <vkoul@kernel.org>
Wed, 7 Oct 2020 08:31:09 +0000 (14:01 +0530)
committerVinod Koul <vkoul@kernel.org>
Thu, 8 Oct 2020 09:48:37 +0000 (15:18 +0530)
commit62e13a583066c12308ed10f0a45ddc44b444c898
tree7a57c4ca00792b528d62600fec8c33df58194010
parentb1839e7c2a42ccd9a0587c0092e880c7a213ee2a
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 <vkoul@kernel.org>
drivers/dma/altera-msgdma.c