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: fsl-edma: fix all kernel-doc warnings

Use the correct kernel-doc format and struct member names to eliminate
these kernel-doc warnings:

Warning: include/linux/platform_data/dma-mcf-edma.h:35 struct member
'dma_channels' not described in 'mcf_edma_platform_data'
Warning: include/linux/platform_data/dma-mcf-edma.h:35 struct member
'slave_map' not described in 'mcf_edma_platform_data'
Warning: include/linux/platform_data/dma-mcf-edma.h:35 struct member
'slavecnt' not described in 'mcf_edma_platform_data'

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Link: https://patch.msgid.link/20260226051220.548566-1-rdunlap@infradead.org
Signed-off-by: Vinod Koul <vkoul@kernel.org>

authored by

Randy Dunlap and committed by
Vinod Koul
c8e9b1d9 d1ba2e5f

+3 -2
+3 -2
include/linux/platform_data/dma-mcf-edma.h
··· 26 26 /** 27 27 * struct mcf_edma_platform_data - platform specific data for eDMA engine 28 28 * 29 - * @ver The eDMA module version. 30 - * @dma_channels The number of eDMA channels. 29 + * @dma_channels: The number of eDMA channels. 30 + * @slave_map: Slave device map 31 + * @slavecnt: Number of entries in @slave_map 31 32 */ 32 33 struct mcf_edma_platform_data { 33 34 int dma_channels;