dmaengine.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] dmaengine: xilinx: dpdma: Fix kerneldoc warning
@ 2020-07-22 16:17 Laurent Pinchart
  2020-07-22 16:36 ` Vinod Koul
  0 siblings, 1 reply; 2+ messages in thread
From: Laurent Pinchart @ 2020-07-22 16:17 UTC (permalink / raw)
  To: dmaengine; +Cc: Vinod Koul, Hyun Kwon, Michal Simek

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>
---
 drivers/dma/xilinx/xilinx_dpdma.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/dma/xilinx/xilinx_dpdma.c b/drivers/dma/xilinx/xilinx_dpdma.c
index 47c9bb02ce3c..b8edd5bc065a 100644
--- a/drivers/dma/xilinx/xilinx_dpdma.c
+++ b/drivers/dma/xilinx/xilinx_dpdma.c
@@ -215,6 +215,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
-- 
Regards,

Laurent Pinchart


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] dmaengine: xilinx: dpdma: Fix kerneldoc warning
  2020-07-22 16:17 [PATCH] dmaengine: xilinx: dpdma: Fix kerneldoc warning Laurent Pinchart
@ 2020-07-22 16:36 ` Vinod Koul
  0 siblings, 0 replies; 2+ messages in thread
From: Vinod Koul @ 2020-07-22 16:36 UTC (permalink / raw)
  To: Laurent Pinchart; +Cc: dmaengine, Hyun Kwon, Michal Simek

On 22-07-20, 19:17, Laurent Pinchart wrote:
> Document the struct xilinx_dpdma_chan desc field to fix a kerneldoc
> undocumented member warning (which can be reproduced by compiling with
> W=1).

Applied, thanks

-- 
~Vinod

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-07-22 16:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-22 16:17 [PATCH] dmaengine: xilinx: dpdma: Fix kerneldoc warning Laurent Pinchart
2020-07-22 16:36 ` Vinod Koul

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).