[libvirt] [PATCH 3/5] virnetdev: Fix function comments for virNetDevGetFeatures

John Ferlan jferlan at redhat.com
Fri Nov 6 16:39:29 UTC 2015


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

Signed-off-by: John Ferlan <jferlan at redhat.com>
---
 src/util/virnetdev.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/util/virnetdev.c b/src/util/virnetdev.c
index 3bd7dbb..fb367e7 100644
--- a/src/util/virnetdev.c
+++ b/src/util/virnetdev.c
@@ -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.
  */
-- 
2.1.0




More information about the libvir-list mailing list