]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commitdiff
virnetdev: Fix function comments for virNetDevGetFeatures
authorJohn Ferlan <jferlan@redhat.com>
Fri, 6 Nov 2015 14:44:37 +0000 (09:44 -0500)
committerJohn Ferlan <jferlan@redhat.com>
Fri, 6 Nov 2015 15:53:57 +0000 (10:53 -0500)
In commit id 'c9027d8f4' when updating the posted patch to generate
a bitmap instead of an array of named feature bits, adjustment of
the args was missed

src/util/virnetdev.c

index 3bd7dbb564329a8a6bf66ae0baa77f19ab933514..fb367e7eae72beb9633234623b13e4ea5c59e9bc 100644 (file)
@@ -3237,8 +3237,7 @@ virNetDevGFeatureAvailable(const char *ifname, struct ethtool_gfeatures *cmd)
  * This function gets the nic offloads features available for ifname
  *
  * @ifname: name of the interface
- * @features: network device feature structures
- * @nfeatures: number of features available
+ * @out: bitmap of the available virNetDevFeature feature bits
  *
  * Returns 0 on success, -1 on failure.
  */