[ovs-dev] [PATCH 05/31] fixup: Coding style.

Jan Scheurich jan.scheurich at ericsson.com
Wed Jun 14 18:23:00 UTC 2017


OK.

> -----Original Message-----
> From: ovs-dev-bounces at openvswitch.org [mailto:ovs-dev-bounces at openvswitch.org] On Behalf Of Ben Pfaff
> Sent: Tuesday, 13 June, 2017 00:29
> To: dev at openvswitch.org
> Cc: Ben Pfaff <blp at ovn.org>
> Subject: [ovs-dev] [PATCH 05/31] fixup: Coding style.
> 
> Signed-off-by: Ben Pfaff <blp at ovn.org>
> ---
>  lib/flow.h | 3 +--
>  1 file changed, 1 insertion(+), 2 deletions(-)
> 
> diff --git a/lib/flow.h b/lib/flow.h
> index e76adac7e0d4..f61d6c3aa106 100644
> --- a/lib/flow.h
> +++ b/lib/flow.h
> @@ -83,8 +83,7 @@ void format_flags(struct ds *ds, const char *(*bit_to_string)(uint32_t),
>  void format_flags_masked(struct ds *ds, const char *name,
>                           const char *(*bit_to_string)(uint32_t),
>                           uint32_t flags, uint32_t mask, uint32_t max_mask);
> -void format_packet_type_masked(struct ds *s, const ovs_be32 value,
> -                               const ovs_be32 mask);
> +void format_packet_type_masked(struct ds *, ovs_be32 value, ovs_be32 mask);
>  int parse_flags(const char *s, const char *(*bit_to_string)(uint32_t),
>                  char end, const char *field_name, char **res_string,
>                  uint32_t *res_flags, uint32_t allowed, uint32_t *res_mask);
> --
> 2.10.2
> 
> _______________________________________________
> dev mailing list
> dev at openvswitch.org
> https://mail.openvswitch.org/mailman/listinfo/ovs-dev


More information about the dev mailing list