[libvirt] [PATCH] qemu: we prefer C89 comment styles over C99

Pavel Hrdina phrdina at redhat.com
Tue Jul 25 21:14:10 UTC 2017


Introduced by commit 'a7bc2c8cfd6f'.

Signed-off-by: Pavel Hrdina <phrdina at redhat.com>
---

Pushed under trivial rule.

 src/qemu/qemu_domain.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/qemu/qemu_domain.c b/src/qemu/qemu_domain.c
index dcdbfc9701..5c073027db 100644
--- a/src/qemu/qemu_domain.c
+++ b/src/qemu/qemu_domain.c
@@ -7264,7 +7264,8 @@ qemuDomainPrepareChannel(virDomainChrDefPtr channel,
                         "%s/%s", domainChannelTargetDir,
                         channel->target.name) < 0)
             return -1;
-    } else {    // Generate a unique name
+    } else {
+        /* Generate a unique name */
         if (virAsprintf(&channel->source->data.nix.path,
                         "%s/vioser-%02d-%02d-%02d.sock",
                         domainChannelTargetDir,
-- 
2.13.3




More information about the libvir-list mailing list