domain_addr: Fix weird comment format

Signed-off-by: Cole Robinson <crobinso@redhat.com>
This commit is contained in:
Cole Robinson 2018-06-26 11:49:54 -04:00
parent f14c37ce4c
commit 5b603a7870

View File

@ -1348,12 +1348,12 @@ virDomainVirtioSerialAddrSetFree(virDomainVirtioSerialAddrSetPtr addrs)
/* virDomainVirtioSerialAddrSetCreateFromDomain /* virDomainVirtioSerialAddrSetCreateFromDomain
+ * *
+ * @def: Domain def to introspect * @def: Domain def to introspect
+ * *
+ * Inspect the domain definition and return an address set containing * Inspect the domain definition and return an address set containing
+ * every virtio serial address we find * every virtio serial address we find
+ */ */
virDomainVirtioSerialAddrSetPtr virDomainVirtioSerialAddrSetPtr
virDomainVirtioSerialAddrSetCreateFromDomain(virDomainDefPtr def) virDomainVirtioSerialAddrSetCreateFromDomain(virDomainDefPtr def)
{ {