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

Ben Pfaff blp at nicira.com
Tue Jul 21 23:05:02 UTC 2015


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




More information about the dev mailing list