[ovs-dev] [PATCH] ofproto: Update documentation

Joe Stringer joestringer at nicira.com
Tue Feb 4 23:16:01 UTC 2014


'cls' is no longer a parameter to this function.

Signed-off-by: Joe Stringer <joestringer at nicira.com>
---
 ofproto/ofproto.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ofproto/ofproto.c b/ofproto/ofproto.c
index f2a88bb..a9cf221 100644
--- a/ofproto/ofproto.c
+++ b/ofproto/ofproto.c
@@ -1217,7 +1217,7 @@ ofproto_rule_delete__(struct ofproto *ofproto, struct rule *rule,
     ofopgroup_submit(group);
 }
 
-/* Deletes 'rule' from 'cls' within 'ofproto'.
+/* Deletes 'rule' from 'ofproto'.
  *
  * Within an ofproto implementation, this function allows an ofproto
  * implementation to destroy any rules that remain when its ->destruct()
-- 
1.7.9.5




More information about the dev mailing list