forked from Minki/linux
dmaengine: qcom: bam_dma: fix kernel-doc style for tasklet
Commit00c4747a2f
("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:00c4747a2f
("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>
This commit is contained in:
parent
62e13a5830
commit
a5e399a5a0
@ -1070,7 +1070,7 @@ static void bam_start_dma(struct bam_chan *bchan)
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* dma_tasklet - DMA IRQ tasklet
|
* 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
|
* Sets up next DMA operation and then processes all completed transactions
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user