]> xenbits.xensource.com Git - libvirt.git/commitdiff
libxl: remove reference to non-existent out label
authorJim Fehlig <jfehlig@suse.com>
Mon, 28 Mar 2016 18:59:36 +0000 (12:59 -0600)
committerJim Fehlig <jfehlig@suse.com>
Mon, 28 Mar 2016 19:05:42 +0000 (13:05 -0600)
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.

src/libxl/libxl_driver.c

index cfc45552f0babe25b1a2ecb1878bb0e1624e0f6e..510349595fb31839d67b55a75a9a191f287b48a5 100644 (file)
@@ -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;