Skip to content

Commit a5e399a

Browse files
committed
dmaengine: qcom: bam_dma: fix kernel-doc style for tasklet
Commit 00c4747 ("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: 00c4747 ("dmaengine: qcom: convert tasklets to use new tasklet_setup() API") Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Vinod Koul <[email protected]>
1 parent 62e13a5 commit a5e399a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/dma/qcom/bam_dma.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1070,7 +1070,7 @@ static void bam_start_dma(struct bam_chan *bchan)
10701070

10711071
/**
10721072
* dma_tasklet - DMA IRQ tasklet
1073-
* @data: tasklet argument (bam controller structure)
1073+
* @t: tasklet argument (bam controller structure)
10741074
*
10751075
* Sets up next DMA operation and then processes all completed transactions
10761076
*/

0 commit comments

Comments
 (0)