]> git.baikalelectronics.ru Git - kernel.git/commit
dmaengine: zynqmp_dma: fix kernel-doc style for tasklet
authorVinod Koul <vkoul@kernel.org>
Wed, 7 Oct 2020 08:31:12 +0000 (14:01 +0530)
committerVinod Koul <vkoul@kernel.org>
Thu, 8 Oct 2020 09:48:46 +0000 (15:18 +0530)
commit95fef711a942f0ca979c673285c72a44084c6380
treedacb00587461bd97265591ce2407f334ba2d111f
parent4f6013a8673aed35443003df1a32c1c9c8edbbbf
dmaengine: zynqmp_dma: fix kernel-doc style for tasklet

Commit f80b306795dd ("dmaengine: xilinx: 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: f80b306795dd ("dmaengine: xilinx: convert tasklets to use new tasklet_setup() API")
Acked-by: Michal Simek <michal.simek@xilinx.com>
Link: https://lore.kernel.org/r/20201007083113.567559-5-vkoul@kernel.org
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/dma/xilinx/zynqmp_dma.c