mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 13:45:38 +00:00
domain_addr: Fix weird comment format
Signed-off-by: Cole Robinson <crobinso@redhat.com>
This commit is contained in:
parent
f14c37ce4c
commit
5b603a7870
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user