Re: [ovs-dev] [PATCH] lib/ofpbuf.c: correct the comment for ofpbuf_trim

2014-10-06 Thread Ben Pfaff
On Sat, Oct 04, 2014 at 11:28:43AM +0800, Wang Sheng-Hui wrote: > Headroom and tailroom both are removed. > > Signed-off-by: Wang Sheng-Hui Applied, thanks! ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

[ovs-dev] [PATCH] lib/ofpbuf.c: correct the comment for ofpbuf_trim

2014-10-03 Thread Wang Sheng-Hui
Headroom and tailroom both are removed. Signed-off-by: Wang Sheng-Hui --- lib/ofpbuf.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/ofpbuf.c b/lib/ofpbuf.c index c0cf144..4f3e8db 100644 --- a/lib/ofpbuf.c +++ b/lib/ofpbuf.c @@ -313,8 +313,8 @@ ofpbuf_prealloc_headr