[ovs-dev] [PATCH] netdev: Fix typo in comment.

Ben Pfaff blp at ovn.org
Fri Jun 3 19:31:34 UTC 2016


The name of the macro was wrong.

Signed-off-by: Ben Pfaff <blp at ovn.org>
---
 lib/netdev.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/netdev.h b/lib/netdev.h
index cdefcd5..591d861 100644
--- a/lib/netdev.h
+++ b/lib/netdev.h
@@ -49,7 +49,7 @@ extern "C" {
  *      create multiple netdev_rxq objects for a single netdev and access each
  *      of those from a different thread.)
  *
- *    NETDEV_FOR_EACH_QUEUE
+ *    NETDEV_QUEUE_FOR_EACH
  *    netdev_queue_dump_next()
  *    netdev_queue_dump_done()
  *
-- 
2.1.3




More information about the dev mailing list