]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
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)
commitd9794c0600f95b226b6672c5b364e44c80d660c5
treee38d00530fe552593e77b17afd2f29ca9ca0091e
parent661f8a193d48d123aedcbd401ace137333d02523
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
include/linux/dma-mapping.h