[PATCH 04/14] ASoC: fsl-dma: fix all kernel-doc warnings
From: Randy Dunlap <hidden>
Date: 2026-07-14 01:44:49
Also in:
linux-arm-msm, linux-sound
Don't use "/**" for non-kernel-doc comments to avoid kernel-doc warnings: Warning: ../sound/soc/fsl/fsl_dma.h:95 This comment starts with '/**', but isn't a kernel-doc comment. * List Descriptor for extended chaining mode DMA operations. Warning: ../sound/soc/fsl/fsl_dma.h:110 This comment starts with '/**', but isn't a kernel-doc comment. * Link Descriptor for basic and extended chaining mode DMA operations. Signed-off-by: Randy Dunlap <redacted> --- Cc: Liam Girdwood <lgirdwood@gmail.com> Cc: Mark Brown <broonie@kernel.org> Cc: Shengjiu Wang <shengjiu.wang@gmail.com> Cc: Xiubo Li <Xiubo.Lee@gmail.com> Cc: Fabio Estevam <festevam@gmail.com> Cc: Nicolin Chen <nicoleotsuka@gmail.com> Cc: linuxppc-dev@lists.ozlabs.org sound/soc/fsl/fsl_dma.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
--- linext-2026-0710.orig/sound/soc/fsl/fsl_dma.h
+++ linext-2026-0710/sound/soc/fsl/fsl_dma.h@@ -92,7 +92,7 @@ static inline u32 CCSR_DMA_ECLNDAR_ADDR( #define CCSR_DMA_ATR_SNOOP 0x00050000 #define CCSR_DMA_ATR_ESAD_MASK 0x0000000F -/** +/* * List Descriptor for extended chaining mode DMA operations. * * The CLSDAR register points to the first (in a linked-list) List
@@ -107,7 +107,7 @@ struct fsl_dma_list_descriptor { u8 res[8]; /* Reserved */ } __attribute__ ((aligned(32), packed)); -/** +/* * Link Descriptor for basic and extended chaining mode DMA operations. * * A Link Descriptor points to a single DMA buffer. Each link descriptor