aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma
diff options
context:
space:
mode:
authorVinod Koul <vkoul@kernel.org>2020-10-07 14:01:10 +0530
committerVinod Koul <vkoul@kernel.org>2020-10-08 15:18:41 +0530
commita5e399a5a0996674f2b800a757deb6d475a12ef1 (patch)
tree25c6c2fab8b893b3931b0169dd39c644551134c1 /drivers/dma
parentdmaengine: altera-msgdma: fix kernel-doc style for tasklet (diff)
downloadlinux-dev-a5e399a5a0996674f2b800a757deb6d475a12ef1.tar.xz
linux-dev-a5e399a5a0996674f2b800a757deb6d475a12ef1.zip
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>
Diffstat (limited to 'drivers/dma')
-rw-r--r--drivers/dma/qcom/bam_dma.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/dma/qcom/bam_dma.c b/drivers/dma/qcom/bam_dma.c
index 0ea9b9c9ce85..4eeb8bb27279 100644
--- a/drivers/dma/qcom/bam_dma.c
+++ b/drivers/dma/qcom/bam_dma.c
@@ -1070,7 +1070,7 @@ static void bam_start_dma(struct bam_chan *bchan)
/**
* dma_tasklet - DMA IRQ tasklet
- * @data: tasklet argument (bam controller structure)
+ * @t: tasklet argument (bam controller structure)
*
* Sets up next DMA operation and then processes all completed transactions
*/