Re: [PATCH] dmaengine: dw_edma: correct kernel-doc warnings in <linux/dma/edma.h>

From: Vinod Koul
Date: Tue Dec 16 2025 - 12:19:54 EST



On Sat, 01 Nov 2025 12:15:24 -0700, Randy Dunlap wrote:
> Use the correct enum name in its kernel-doc heading.
> Add ending ':' to struct member names.
> Drop the @id: kernel-doc entry since there is no struct member named 'id'.
>
> edma.h:46: warning: expecting prototype for struct dw_edma_core_ops.
> Prototype was for struct dw_edma_plat_ops instead
> Warning: edma.h:101 struct member 'ops' not described in 'dw_edma_chip'
> Warning: edma.h:101 struct member 'flags' not described in 'dw_edma_chip'
> Warning: edma.h:101 struct member 'reg_base' not described
> in 'dw_edma_chip'
> Warning: edma.h:101 struct member 'll_wr_cnt' not described
> in 'dw_edma_chip'
> Warning: edma.h:101 struct member 'll_rd_cnt' not described
> in 'dw_edma_chip'
> Warning: edma.h:101 struct member 'll_region_wr' not described
> in 'dw_edma_chip'
> Warning: edma.h:101 struct member 'll_region_rd' not described
> in 'dw_edma_chip'
> Warning: edma.h:101 struct member 'dt_region_wr' not described
> in 'dw_edma_chip'
> Warning: edma.h:101 struct member 'dt_region_rd' not described
> in 'dw_edma_chip'
> Warning: edma.h:101 struct member 'mf' not described in 'dw_edma_chip'
>
> [...]

Applied, thanks!

[1/1] dmaengine: dw_edma: correct kernel-doc warnings in <linux/dma/edma.h>
commit: f5a4aa643ee968137eea902aa321c58c14c256c7

Best regards,
--
~Vinod