diff mbox series

domain_addr: Fix weird comment format

Message ID 5b603a7870687a52a77c4c5a247888d6ae3f0487.1530036046.git.crobinso@redhat.com
State New
Headers show
Series domain_addr: Fix weird comment format | expand

Commit Message

Cole Robinson June 26, 2018, 6:03 p.m. UTC
Signed-off-by: Cole Robinson <crobinso@redhat.com>

---
Pushed as trivial

 src/conf/domain_addr.c | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

-- 
2.17.1

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list
diff mbox series

Patch

diff --git a/src/conf/domain_addr.c b/src/conf/domain_addr.c
index 8964973e03..39f22b82eb 100644
--- a/src/conf/domain_addr.c
+++ b/src/conf/domain_addr.c
@@ -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)
 {