dmaengine: qcom: bam_dma: fix kernel-doc style for tasklet
authorVinod Koul <vkoul@kernel.org>
Wed, 7 Oct 2020 08:31:10 +0000 (14:01 +0530)
committerVinod Koul <vkoul@kernel.org>
Thu, 8 Oct 2020 09:48:41 +0000 (15:18 +0530)
commita5e399a5a0996674f2b800a757deb6d475a12ef1
tree25c6c2fab8b893b3931b0169dd39c644551134c1
parent62e13a583066c12308ed10f0a45ddc44b444c898
dmaengine: qcom: bam_dma: fix kernel-doc style for tasklet

Commit 00c4747a2f64 ("dmaengine: qcom: 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: 00c4747a2f64 ("dmaengine: qcom: convert tasklets to use new tasklet_setup() API")
Link: https://lore.kernel.org/r/20201007083113.567559-3-vkoul@kernel.org
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/dma/qcom/bam_dma.c