]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commite54eb07102eb822204e54b7c4725f8435e199e7a
tree7a57c4ca00792b528d62600fec8c33df58194010
parente852772ee3ccf8d1ca013982ff4983645aff861a
dmaengine: altera-msgdma: fix kernel-doc style for tasklet

Commit e1de6361c538 ("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: e1de6361c538 ("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