Skip to content

Commit

Permalink
tnl-arp-cache: Remove spurious OVS_UNUSED from tnl_arp_cache_flush().
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Pfaff <blp@nicira.com>
Acked-by: Pravin B Shelar <pshelar@nicira.com>
  • Loading branch information
blp committed Jul 22, 2015
1 parent 08a9564 commit 9b0b57c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tnl-arp-cache.c
Expand Up @@ -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;
Expand Down

0 comments on commit 9b0b57c

Please sign in to comment.