[ovs-dev] [PATCH 3/7] ofpbuf: Enable ofpbuf_push() to expand headroom.

Jesse Gross jesse at nicira.com
Mon Dec 27 22:00:05 UTC 2010


On Thu, Dec 23, 2010 at 8:15 PM, Ben Pfaff <blp at nicira.com> wrote:
> diff --git a/lib/ofpbuf.c b/lib/ofpbuf.c
> index bb8855b..fbd2e62 100644
> --- a/lib/ofpbuf.c
> +++ b/lib/ofpbuf.c
> @@ -173,49 +173,48 @@ size_t
>  ofpbuf_tailroom(const struct ofpbuf *b)
>  {
>     return (char*)ofpbuf_end(b) - (char*)ofpbuf_tail(b);
> +
>  }

Extra newline?

Otherwise:
Acked-by: Jesse Gross <jesse at nicira.com>




More information about the dev mailing list