From: Kit Dallege Date: Sun, 15 Mar 2026 17:10:01 +0000 (+0100) Subject: dma-mapping: fix false kernel-doc comment marker X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d9794c0600f95b226b6672c5b364e44c80d660c5;p=thirdparty%2Fkernel%2Flinux.git dma-mapping: fix false kernel-doc comment marker Change /** to /* for the DMA attributes list comment in dma-mapping.h. The comment is not a kernel-doc structured comment and should not use the kernel-doc opening marker. Assisted-by: Claude:claude-opus-4-6 Signed-off-by: Kit Dallege Signed-off-by: Marek Szyprowski Link: https://lore.kernel.org/r/20260315171001.66010-1-xaum.io@gmail.com --- diff --git a/include/linux/dma-mapping.h b/include/linux/dma-mapping.h index 29973baa05816..0c2807e50bdf9 100644 --- a/include/linux/dma-mapping.h +++ b/include/linux/dma-mapping.h @@ -9,7 +9,7 @@ #include #include -/** +/* * List of possible attributes associated with a DMA mapping. The semantics * of each attribute should be defined in Documentation/core-api/dma-attributes.rst. */