public inbox for iommu@lists.linux-foundation.org
 help / color / mirror / Atom feed
* [PATCH v2] dma-mapping: fix false kernel-doc comment marker
@ 2026-03-15 17:10 Kit Dallege
  0 siblings, 0 replies; only message in thread
From: Kit Dallege @ 2026-03-15 17:10 UTC (permalink / raw)
  To: Marek Szyprowski, Robin Murphy; +Cc: iommu, linux-kernel

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>
---
 include/linux/dma-mapping.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/linux/dma-mapping.h b/include/linux/dma-mapping.h
index 29973baa0581..0c2807e50bdf 100644
--- a/include/linux/dma-mapping.h
+++ b/include/linux/dma-mapping.h
@@ -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.
  */
-- 
2.53.0


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-03-15 17:10 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-15 17:10 [PATCH v2] dma-mapping: fix false kernel-doc comment marker Kit Dallege

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox