Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

+2
+2
drivers/dma/xilinx/xdma.c
··· 61 61 * @dir: Transferring direction of the channel 62 62 * @cfg: Transferring config of the channel 63 63 * @irq: IRQ assigned to the channel 64 + * @last_interrupt: task for comppleting last interrupt 65 + * @stop_requested: stop request flag 64 66 */ 65 67 struct xdma_chan { 66 68 struct virt_dma_chan vchan;