Skip to content

Commit d9794c0

Browse files
kovanmszyprow
authored andcommitted
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
1 parent 661f8a1 commit d9794c0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/linux/dma-mapping.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
#include <linux/bug.h>
1010
#include <linux/cache.h>
1111

12-
/**
12+
/*
1313
* List of possible attributes associated with a DMA mapping. The semantics
1414
* of each attribute should be defined in Documentation/core-api/dma-attributes.rst.
1515
*/

0 commit comments

Comments
 (0)