[ovs-dev] [slow path 02/11] ofproto-dpif: Minor style fix.

Justin Pettit jpettit at nicira.com
Tue May 8 20:14:14 UTC 2012


Looks good.

--Justin


On May 5, 2012, at 11:10 AM, Ben Pfaff wrote:

> Signed-off-by: Ben Pfaff <blp at nicira.com>
> ---
> ofproto/ofproto-dpif.c |    6 +++---
> 1 files changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/ofproto/ofproto-dpif.c b/ofproto/ofproto-dpif.c
> index 365be93..52a7412 100644
> --- a/ofproto/ofproto-dpif.c
> +++ b/ofproto/ofproto-dpif.c
> @@ -613,9 +613,9 @@ static void send_netflow_active_timeouts(struct ofproto_dpif *);
> 
> /* Utilities. */
> static int send_packet(const struct ofport_dpif *, struct ofpbuf *packet);
> -static size_t
> -compose_sflow_action(const struct ofproto_dpif *, struct ofpbuf *odp_actions,
> -                     const struct flow *, uint32_t odp_port);
> +static size_t compose_sflow_action(const struct ofproto_dpif *,
> +                                   struct ofpbuf *odp_actions,
> +                                   const struct flow *, uint32_t odp_port);
> static void add_mirror_actions(struct action_xlate_ctx *ctx,
>                                const struct flow *flow);
> /* Global variables. */
> -- 
> 1.7.2.5
> 
> _______________________________________________
> dev mailing list
> dev at openvswitch.org
> http://openvswitch.org/mailman/listinfo/dev




More information about the dev mailing list