From: Eduardo Habkost Date: Tue, 8 Sep 2020 17:36:50 +0000 (-0400) Subject: memory: Remove kernel-doc comment marker X-Git-Tag: v5.2.0-rc0~122^2~32 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=acbef3cc0cefae0af0263ad675445ebba5feb385;p=thirdparty%2Fqemu.git memory: Remove kernel-doc comment marker 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 Signed-off-by: Eduardo Habkost Reviewed-by: Philippe Mathieu-Daudé Message-Id: <20200908173650.3293057-1-ehabkost@redhat.com> Signed-off-by: Eduardo Habkost --- diff --git a/include/exec/memory.h b/include/exec/memory.h index 0cfe987ab4c..90e24700542 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