[ovs-dev] [PATCH] tnl-arp-cache: Remove spurious OVS_UNUSED from tnl_arp_cache_flush().

Pravin Shelar pshelar at nicira.com
Wed Jul 22 04:53:00 UTC 2015


On Tue, Jul 21, 2015 at 4:05 PM, Ben Pfaff <blp at nicira.com> wrote:
> Signed-off-by: Ben Pfaff <blp at nicira.com>
> ---
>  lib/tnl-arp-cache.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/lib/tnl-arp-cache.c b/lib/tnl-arp-cache.c
> index b6bfd22..16a805e 100644
> --- a/lib/tnl-arp-cache.c
> +++ b/lib/tnl-arp-cache.c
> @@ -154,7 +154,7 @@ tnl_arp_cache_run(void)
>  }
>
>  static void
> -tnl_arp_cache_flush(struct unixctl_conn *conn OVS_UNUSED, int argc OVS_UNUSED,
> +tnl_arp_cache_flush(struct unixctl_conn *conn, int argc OVS_UNUSED,
>                      const char *argv[] OVS_UNUSED, void *aux OVS_UNUSED)
>  {
>      struct tnl_arp_entry *arp;
> --

Acked-by: Pravin B Shelar <pshelar at nicira.com>

Thanks.



More information about the dev mailing list