[libvirt] [PATCH] libxl: remove reference to non-existent out label

Jim Fehlig jfehlig at suse.com
Mon Mar 28 19:05:12 UTC 2016


Commit e6336442 changed the 'out:' label to 'cleanup'  in
libxlDomainAttachNetDevice(), but missed a comment referencing
the 'out:' label. Remove it from the comment since it is no
longer accurate anyhow.

Signed-off-by: Jim Fehlig <jfehlig at suse.com>
---

Pushing as trivial.

 src/libxl/libxl_driver.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/libxl/libxl_driver.c b/src/libxl/libxl_driver.c
index cfc4555..5103495 100644
--- a/src/libxl/libxl_driver.c
+++ b/src/libxl/libxl_driver.c
@@ -3159,7 +3159,7 @@ libxlDomainAttachNetDevice(libxlDriverPrivatePtr driver,
         /* This is really a "smart hostdev", so it should be attached
          * as a hostdev (the hostdev code will reach over into the
          * netdev-specific code as appropriate), then also added to
-         * the nets list (see out:) if successful.
+         * the nets list if successful.
          */
         ret = libxlDomainAttachHostDevice(driver, vm, hostdev);
         goto cleanup;
-- 
2.1.4




More information about the libvir-list mailing list