X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=ofproto%2Fpinsched.c;h=695d9b46a8231847e406009da6d5918a48f2290f;hb=fc3d74089cea8f4f7d026daf922d2b89305a7364;hp=934140b2d42c4991f52b64b305d0fd8ab2c8efcb;hpb=9b45d7f5db91cdb41eb0a2124d92885d3b3edcc9;p=openvswitch diff --git a/ofproto/pinsched.c b/ofproto/pinsched.c index 934140b2..695d9b46 100644 --- a/ofproto/pinsched.c +++ b/ofproto/pinsched.c @@ -209,9 +209,9 @@ pinsched_send(struct pinsched *ps, uint16_t port_no, /* Otherwise queue it up for the periodic callback to drain out. */ struct pinqueue *q; - /* We are called with a buffer obtained from dpif_recv() that has much - * more allocated space than actual content most of the time. Since - * we're going to store the packet for some time, free up that + /* We might be called with a buffer obtained from dpif_recv() that has + * much more allocated space than actual content most of the time. + * Since we're going to store the packet for some time, free up that * otherwise wasted space. */ ofpbuf_trim(packet);