]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
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)
commit65ca1121f7be4cc0391f6d80fa87eac6f7d847a5
tree479d68cacc5c302e54622a7b32f38cab2fda36c2
parent7b84a00dd3528d980f1f35fd2c5015f72dc3f62a
dmaengine: xilinx: Update kernel-doc comments

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