From: Joe Stringer Date: Tue, 4 Feb 2014 23:16:01 +0000 (-0800) Subject: ofproto: Update documentation X-Git-Tag: sliver-openvswitch-2.1.90-1~7^2~2 X-Git-Url: http://git.onelab.eu/?p=sliver-openvswitch.git;a=commitdiff_plain;h=a73fcd71115f3f17eacd07cad31e2cb055b0ba13 ofproto: Update documentation 'cls' is no longer a parameter to this function. Signed-off-by: Joe Stringer Signed-off-by: Ben Pfaff --- diff --git a/ofproto/ofproto.c b/ofproto/ofproto.c index f2a88bbef..a9cf22177 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()