[ovs-dev] [PATCH 1/4] netdev: Fix typo in netdev provider enumerate.

Jesse Gross jesse at nicira.com
Wed Sep 30 19:54:01 UTC 2009


---
 lib/netdev-provider.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/lib/netdev-provider.h b/lib/netdev-provider.h
index a573e24..3bc7fd4 100644
--- a/lib/netdev-provider.h
+++ b/lib/netdev-provider.h
@@ -113,7 +113,7 @@ struct netdev_class {
      *
      * If this netdev class does not support enumeration, this may be a null
      * 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
      * 'buffer'.  If successful, returns the number of bytes in the received
-- 
1.6.0.4





More information about the dev mailing list