projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b1839e7
)
dmaengine: altera-msgdma: fix kernel-doc style for tasklet
author
Vinod Koul
<vkoul@kernel.org>
Wed, 7 Oct 2020 08:31:09 +0000
(14:01 +0530)
committer
Vinod Koul
<vkoul@kernel.org>
Thu, 8 Oct 2020 09:48:37 +0000
(15:18 +0530)
Commit
6752e40d669a
("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:
6752e40d669a
("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>
drivers/dma/altera-msgdma.c
patch
|
blob
|
history
diff --git
a/drivers/dma/altera-msgdma.c
b/drivers/dma/altera-msgdma.c
index
4d6751b
..
9a841ce
100644
(file)
--- a/
drivers/dma/altera-msgdma.c
+++ b/
drivers/dma/altera-msgdma.c
@@
-678,7
+678,7
@@
static int msgdma_alloc_chan_resources(struct dma_chan *dchan)
/**
* 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)
{