[ovs-dev] [PATCH 2/3] ofproto-dpif: Whitespace fixes

Andy Zhou azhou at nicira.com
Wed Apr 16 21:21:12 UTC 2014


Looks good. Thanks!
Acked-by: Andy Zhou <azhou at nicira.com>

On Tue, Apr 15, 2014 at 1:22 AM, YAMAMOTO Takashi
<yamamoto at valinux.co.jp> wrote:
> Signed-off-by: YAMAMOTO Takashi <yamamoto at valinux.co.jp>
> ---
>  ofproto/ofproto-dpif.c | 8 ++++----
>  1 file changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/ofproto/ofproto-dpif.c b/ofproto/ofproto-dpif.c
> index 3648dd7..4195c35 100644
> --- a/ofproto/ofproto-dpif.c
> +++ b/ofproto/ofproto-dpif.c
> @@ -1220,13 +1220,13 @@ add_internal_flows(struct ofproto_dpif *ofproto)
>
>      ofpbuf_clear(&ofpacts);
>      error = add_internal_miss_flow(ofproto, id++, &ofpacts,
> -                              &ofproto->no_packet_in_rule);
> +                                   &ofproto->no_packet_in_rule);
>      if (error) {
>          return error;
>      }
>
>      error = add_internal_miss_flow(ofproto, id++, &ofpacts,
> -                              &ofproto->drop_frags_rule);
> +                                   &ofproto->drop_frags_rule);
>      if (error) {
>          return error;
>      }
> @@ -1243,7 +1243,7 @@ add_internal_flows(struct ofproto_dpif *ofproto)
>      match_init_catchall(&match);
>      match_set_recirc_id(&match, 0);
>
> -    error = ofproto_dpif_add_internal_flow(ofproto, &match, 2,  &ofpacts,
> +    error = ofproto_dpif_add_internal_flow(ofproto, &match, 2, &ofpacts,
>                                             &unused_rulep);
>      if (error) {
>          return error;
> @@ -1256,7 +1256,7 @@ add_internal_flows(struct ofproto_dpif *ofproto)
>       */
>      ofpbuf_clear(&ofpacts);
>      match_init_catchall(&match);
> -    error = ofproto_dpif_add_internal_flow(ofproto, &match, 1,  &ofpacts,
> +    error = ofproto_dpif_add_internal_flow(ofproto, &match, 1, &ofpacts,
>                                             &unused_rulep);
>
>      return error;
> --
> 1.8.3.1
>
> _______________________________________________
> dev mailing list
> dev at openvswitch.org
> http://openvswitch.org/mailman/listinfo/dev



More information about the dev mailing list