projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ea55b6a
)
dmaengine: xilinx: dpdma: Fix kerneldoc warning
author
Laurent Pinchart
<laurent.pinchart@ideasonboard.com>
Wed, 22 Jul 2020 16:17:47 +0000
(19:17 +0300)
committer
Vinod Koul
<vkoul@kernel.org>
Wed, 22 Jul 2020 16:31:13 +0000
(22:01 +0530)
Document the struct xilinx_dpdma_chan desc field to fix a kerneldoc
undocumented member warning (which can be reproduced by compiling with
W=1).
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Link:
https://lore.kernel.org/r/20200722161747.30048-1-laurent.pinchart@ideasonboard.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/dma/xilinx/xilinx_dpdma.c
patch
|
blob
|
history
diff --git
a/drivers/dma/xilinx/xilinx_dpdma.c
b/drivers/dma/xilinx/xilinx_dpdma.c
index 430f3714f6a32e9e7ee45f871c2e10498e98c683..b37197c772aae75ffaf2517168e2e0be92f60173 100644
(file)
--- a/
drivers/dma/xilinx/xilinx_dpdma.c
+++ b/
drivers/dma/xilinx/xilinx_dpdma.c
@@
-214,6
+214,7
@@
struct xilinx_dpdma_tx_desc {
* @lock: lock to access struct xilinx_dpdma_chan
* @desc_pool: descriptor allocation pool
* @err_task: error IRQ bottom half handler
+ * @desc: References to descriptors being processed
* @desc.pending: Descriptor schedule to the hardware, pending execution
* @desc.active: Descriptor being executed by the hardware
* @xdev: DPDMA device