forked from luck/tmp_suning_uos_patched
dmaengine: altera-msgdma: fix kernel-doc style for tasklet
Commit6752e40d66
("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:6752e40d66
("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>
This commit is contained in:
parent
b1839e7c2a
commit
62e13a5830
|
@ -678,7 +678,7 @@ static int msgdma_alloc_chan_resources(struct dma_chan *dchan)
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* msgdma_tasklet - Schedule completion tasklet
|
* msgdma_tasklet - Schedule completion tasklet
|
||||||
* @data: Pointer to the Altera sSGDMA channel structure
|
* @t: Pointer to the Altera sSGDMA channel structure
|
||||||
*/
|
*/
|
||||||
static void msgdma_tasklet(struct tasklet_struct *t)
|
static void msgdma_tasklet(struct tasklet_struct *t)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue
Block a user