]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
dma-mapping: fix false kernel-doc comment marker
authorKit Dallege <xaum.io@gmail.com>
Sun, 15 Mar 2026 17:10:01 +0000 (18:10 +0100)
committerMarek Szyprowski <m.szyprowski@samsung.com>
Fri, 20 Mar 2026 11:12:52 +0000 (12:12 +0100)
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 <xaum.io@gmail.com>
Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
Link: https://lore.kernel.org/r/20260315171001.66010-1-xaum.io@gmail.com
include/linux/dma-mapping.h

index 29973baa0581682937159106e3c5a0ede142c3e4..0c2807e50bdf9e29f1fbfdf82ad7f2c35ad88ee6 100644 (file)
@@ -9,7 +9,7 @@
 #include <linux/bug.h>
 #include <linux/cache.h>
 
-/**
+/*
  * List of possible attributes associated with a DMA mapping. The semantics
  * of each attribute should be defined in Documentation/core-api/dma-attributes.rst.
  */