]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
dmaengine: xilinx: Update kernel-doc comments
authorVinod Koul <vkoul@kernel.org>
Fri, 27 Feb 2026 02:29:05 +0000 (07:59 +0530)
committerVinod Koul <vkoul@kernel.org>
Mon, 9 Mar 2026 07:28:25 +0000 (08:28 +0100)
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'

Link: https://patch.msgid.link/20260227022905.233721-1-vkoul@kernel.org
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/dma/xilinx/xdma.c

index d02a4dac2291940519653a4fa7161b3ef3b8abd9..35a31e07f0e048391b839b1d3e894c74add725d8 100644 (file)
@@ -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;