diff mbox

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

Message ID 20170612222856.14108-6-blp@ovn.org
State Superseded
Headers show

Commit Message

Ben Pfaff June 12, 2017, 10:28 p.m. UTC
Signed-off-by: Ben Pfaff <blp@ovn.org>
---
 lib/flow.h | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

Comments

Jan Scheurich June 14, 2017, 6:23 p.m. UTC | #1
OK.

> -----Original Message-----
> From: ovs-dev-bounces@openvswitch.org [mailto:ovs-dev-bounces@openvswitch.org] On Behalf Of Ben Pfaff
> Sent: Tuesday, 13 June, 2017 00:29
> To: dev@openvswitch.org
> Cc: Ben Pfaff <blp@ovn.org>
> Subject: [ovs-dev] [PATCH 05/31] fixup: Coding style.
> 
> Signed-off-by: Ben Pfaff <blp@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@openvswitch.org
> https://mail.openvswitch.org/mailman/listinfo/ovs-dev
diff mbox

Patch

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);