[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL 01/34] memory: Remove kernel-doc comment marker
From: |
Eduardo Habkost |
Subject: |
[PULL 01/34] memory: Remove kernel-doc comment marker |
Date: |
Tue, 8 Sep 2020 17:52:06 -0400 |
The IOMMUMemoryRegionClass struct documentation was never in the
kernel-doc format. Stop pretending it is, by removing the "/**"
comment marker.
This fixes a documentation build error introduced when we split
the IOMMUMemoryRegionClass typedef from the struct declaration.
Reported-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <20200908173650.3293057-1-ehabkost@redhat.com>
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
---
include/exec/memory.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/exec/memory.h b/include/exec/memory.h
index 0cfe987ab4..90e2470054 100644
--- a/include/exec/memory.h
+++ b/include/exec/memory.h
@@ -216,7 +216,7 @@ enum IOMMUMemoryRegionAttr {
IOMMU_ATTR_SPAPR_TCE_FD
};
-/**
+/*
* IOMMUMemoryRegionClass:
*
* All IOMMU implementations need to subclass TYPE_IOMMU_MEMORY_REGION
--
2.26.2
- [PULL 00/34] QOM boilerplate cleanup (v3), Eduardo Habkost, 2020/09/08
- [PULL 01/34] memory: Remove kernel-doc comment marker,
Eduardo Habkost <=
- [PULL 04/34] qom: Allow class type name to be specified in OBJECT_DECLARE*, Eduardo Habkost, 2020/09/08
- [PULL 02/34] qom: make object_ref/unref use a void * instead of Object *., Eduardo Habkost, 2020/09/08
- [PULL 05/34] qom: DECLARE_*_CHECKERS macros, Eduardo Habkost, 2020/09/08
- [PULL 06/34] qom: Make type checker functions accept const pointers, Eduardo Habkost, 2020/09/08
- [PULL 08/34] Delete duplicate QOM typedefs, Eduardo Habkost, 2020/09/08
- [PULL 03/34] qom: provide convenient macros for declaring and defining types, Eduardo Habkost, 2020/09/08
- [PULL 07/34] codeconverter: script for automating QOM code cleanups, Eduardo Habkost, 2020/09/08
- [PULL 11/34] Use DECLARE_*CHECKER* when possible (--force mode), Eduardo Habkost, 2020/09/08
- [PULL 13/34] Use OBJECT_DECLARE_SIMPLE_TYPE when possible, Eduardo Habkost, 2020/09/08
- [PULL 14/34] gpex: Fix type checking function name, Eduardo Habkost, 2020/09/08