mirror of
https://github.com/libvirt/libvirt.git
synced 2026-09-03 20:53:04 -05:00
domain_addr: Fix weird comment format
Signed-off-by: Cole Robinson <crobinso@redhat.com>
This commit is contained in:
@@ -1348,12 +1348,12 @@ virDomainVirtioSerialAddrSetFree(virDomainVirtioSerialAddrSetPtr addrs)
|
||||
|
||||
|
||||
/* virDomainVirtioSerialAddrSetCreateFromDomain
|
||||
+ *
|
||||
+ * @def: Domain def to introspect
|
||||
+ *
|
||||
+ * Inspect the domain definition and return an address set containing
|
||||
+ * every virtio serial address we find
|
||||
+ */
|
||||
*
|
||||
* @def: Domain def to introspect
|
||||
*
|
||||
* Inspect the domain definition and return an address set containing
|
||||
* every virtio serial address we find
|
||||
*/
|
||||
virDomainVirtioSerialAddrSetPtr
|
||||
virDomainVirtioSerialAddrSetCreateFromDomain(virDomainDefPtr def)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user