mirror of
https://github.com/openvswitch/ovs
synced 2025-08-31 22:35:15 +00:00
netdev: Fix typo in netdev provider enumerate.
This commit is contained in:
@@ -113,7 +113,7 @@ struct netdev_class {
|
|||||||
*
|
*
|
||||||
* If this netdev class does not support enumeration, this may be a null
|
* If this netdev class does not support enumeration, this may be a null
|
||||||
* pointer. */
|
* pointer. */
|
||||||
int (*enumerate)(struct svec *all_anmes);
|
int (*enumerate)(struct svec *all_names);
|
||||||
|
|
||||||
/* Attempts to receive a packet from 'netdev' into the 'size' bytes in
|
/* Attempts to receive a packet from 'netdev' into the 'size' bytes in
|
||||||
* 'buffer'. If successful, returns the number of bytes in the received
|
* 'buffer'. If successful, returns the number of bytes in the received
|
||||||
|
Reference in New Issue
Block a user