From: Simon Horman Date: Fri, 12 Oct 2012 04:01:05 +0000 (+0900) Subject: ofp-util: Correct comment above ofputil_append_port_stat() X-Git-Tag: sliver-openvswitch-1.9.90-1~3^2~57 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;ds=sidebyside;h=ad4c35fe2dd8edaab6331667021b6b8410abde90;p=sliver-openvswitch.git ofp-util: Correct comment above ofputil_append_port_stat() This function changed a few times before it was merged, unfortunately at some point the comment wasn't kept in sync with the changes. Signed-off-by: Simon Horman Signed-off-by: Ben Pfaff --- diff --git a/lib/ofp-util.c b/lib/ofp-util.c index 2d81967d8..848455d12 100644 --- a/lib/ofp-util.c +++ b/lib/ofp-util.c @@ -4010,8 +4010,7 @@ ofputil_port_stats_to_ofp11(const struct ofputil_port_stats *ops, ps11->collisions = htonll(ops->stats.collisions); } -/* Encode a ports stat for 'opes' and append it to 'replies'. - * The encoded message will be for Open Flow version 'ofp_version'. */ +/* Encode a ports stat for 'ops' and append it to 'replies'. */ void ofputil_append_port_stat(struct list *replies, const struct ofputil_port_stats *ops)