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.

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 <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

authored by

Kit Dallege and committed by
Marek Szyprowski
d9794c06 661f8a19

+1 -1
+1 -1
include/linux/dma-mapping.h
··· 9 9 #include <linux/bug.h> 10 10 #include <linux/cache.h> 11 11 12 - /** 12 + /* 13 13 * List of possible attributes associated with a DMA mapping. The semantics 14 14 * of each attribute should be defined in Documentation/core-api/dma-attributes.rst. 15 15 */