* [PATCH] dmaengine: xilinx: Update kernel-doc comments
@ 2026-02-27 2:29 Vinod Koul
2026-03-09 7:46 ` Vinod Koul
0 siblings, 1 reply; 2+ messages in thread
From: Vinod Koul @ 2026-02-27 2:29 UTC (permalink / raw)
To: dmaengine; +Cc: Frank Li, Vinod Koul
Two members of struct xdma_desc_block are not descibed leading to
warnings, document them.
Warning: drivers/dma/xilinx/xdma.c:75 struct member 'last_interrupt' not described in 'xdma_chan'
Warning: drivers/dma/xilinx/xdma.c:75 struct member 'stop_requested' not described in 'xdma_chan'
Signed-off-by: Vinod Koul <vkoul@kernel.org>
---
drivers/dma/xilinx/xdma.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/drivers/dma/xilinx/xdma.c b/drivers/dma/xilinx/xdma.c
index d02a4dac2291..35a31e07f0e0 100644
--- a/drivers/dma/xilinx/xdma.c
+++ b/drivers/dma/xilinx/xdma.c
@@ -61,6 +61,8 @@ struct xdma_desc_block {
* @dir: Transferring direction of the channel
* @cfg: Transferring config of the channel
* @irq: IRQ assigned to the channel
+ * @last_interrupt: task for comppleting last interrupt
+ * @stop_requested: stop request flag
*/
struct xdma_chan {
struct virt_dma_chan vchan;
--
2.43.0
^ permalink raw reply related [flat|nested] 2+ messages in thread* Re: [PATCH] dmaengine: xilinx: Update kernel-doc comments
2026-02-27 2:29 [PATCH] dmaengine: xilinx: Update kernel-doc comments Vinod Koul
@ 2026-03-09 7:46 ` Vinod Koul
0 siblings, 0 replies; 2+ messages in thread
From: Vinod Koul @ 2026-03-09 7:46 UTC (permalink / raw)
To: dmaengine, Vinod Koul; +Cc: Frank Li
On Fri, 27 Feb 2026 07:59:05 +0530, Vinod Koul wrote:
> Two members of struct xdma_desc_block are not descibed leading to
> warnings, document them.
>
> Warning: drivers/dma/xilinx/xdma.c:75 struct member 'last_interrupt' not described in 'xdma_chan'
> Warning: drivers/dma/xilinx/xdma.c:75 struct member 'stop_requested' not described in 'xdma_chan'
>
>
> [...]
Applied, thanks!
[1/1] dmaengine: xilinx: Update kernel-doc comments
commit: 65ca1121f7be4cc0391f6d80fa87eac6f7d847a5
Best regards,
--
~Vinod
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-03-09 7:46 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-02-27 2:29 [PATCH] dmaengine: xilinx: Update kernel-doc comments Vinod Koul
2026-03-09 7:46 ` Vinod Koul
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox