提交 9efab5da 编写于 作者: J John Ferlan

virnetdev: Fix function comments for virNetDevGetFeatures

In commit id 'c9027d8f' when updating the posted patch to generate
a bitmap instead of an array of named feature bits, adjustment of
the args was missed
上级 301bd801
...@@ -3237,8 +3237,7 @@ virNetDevGFeatureAvailable(const char *ifname, struct ethtool_gfeatures *cmd) ...@@ -3237,8 +3237,7 @@ virNetDevGFeatureAvailable(const char *ifname, struct ethtool_gfeatures *cmd)
* This function gets the nic offloads features available for ifname * This function gets the nic offloads features available for ifname
* *
* @ifname: name of the interface * @ifname: name of the interface
* @features: network device feature structures * @out: bitmap of the available virNetDevFeature feature bits
* @nfeatures: number of features available
* *
* Returns 0 on success, -1 on failure. * Returns 0 on success, -1 on failure.
*/ */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册