Re: [ovs-dev] [PATCH] lib/ofpbuf.h: correct comments for ofpbuf_tail and ofpbuf_end

2014-10-06 Thread Ben Pfaff
On Sat, Oct 04, 2014 at 09:22:23AM +0800, Wang Sheng-Hui wrote: > > The return type of ofpbuf_tail and ofpbuf_end is pointer, not byte. > > Signed-off-by: Wang Sheng-Hui Applied, thanks! ___ dev mailing list dev@openvswitch.org http://openvswitch.org/

[ovs-dev] [PATCH] lib/ofpbuf.h: correct comments for ofpbuf_tail and ofpbuf_end

2014-10-03 Thread Wang Sheng-Hui
The return type of ofpbuf_tail and ofpbuf_end is pointer, not byte. Signed-off-by: Wang Sheng-Hui --- lib/ofpbuf.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/ofpbuf.h b/lib/ofpbuf.h index adaf526..53c43fb 100644 --- a/lib/ofpbuf.h +++ b/lib/ofpbuf.h @@ -203,14