diff mbox

[ovs-dev] ofproto-dpif-upcall: Remove OVS_UNUSED from upcall_unixctl_set_flow_limit() arg.

Message ID 1482357794-109886-1-git-send-email-jpettit@ovn.org
State Accepted
Headers show

Commit Message

Justin Pettit Dec. 21, 2016, 10:03 p.m. UTC
The 'argv' argument is used.

Signed-off-by: Justin Pettit <jpettit@ovn.org>
---
 ofproto/ofproto-dpif-upcall.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Joe Stringer Dec. 22, 2016, 12:06 a.m. UTC | #1
On 21 December 2016 at 14:03, Justin Pettit <jpettit@ovn.org> wrote:
> The 'argv' argument is used.
>
> Signed-off-by: Justin Pettit <jpettit@ovn.org>

Acked-by: Joe Stringer <joe@ovn.org>
Justin Pettit Dec. 22, 2016, 1:13 a.m. UTC | #2
> On Dec 21, 2016, at 4:06 PM, Joe Stringer <joe@ovn.org> wrote:
> 
> On 21 December 2016 at 14:03, Justin Pettit <jpettit@ovn.org> wrote:
>> The 'argv' argument is used.
>> 
>> Signed-off-by: Justin Pettit <jpettit@ovn.org>
> 
> Acked-by: Joe Stringer <joe@ovn.org>

Thanks.  I pushed this to master and branch-2.6.

--Justin
diff mbox

Patch

diff --git a/ofproto/ofproto-dpif-upcall.c b/ofproto/ofproto-dpif-upcall.c
index df12882..32c7730 100644
--- a/ofproto/ofproto-dpif-upcall.c
+++ b/ofproto/ofproto-dpif-upcall.c
@@ -2592,7 +2592,7 @@  upcall_unixctl_enable_ufid(struct unixctl_conn *conn, int argc OVS_UNUSED,
 static void
 upcall_unixctl_set_flow_limit(struct unixctl_conn *conn,
                               int argc OVS_UNUSED,
-                              const char *argv[] OVS_UNUSED,
+                              const char *argv[],
                               void *aux OVS_UNUSED)
 {
     struct ds ds = DS_EMPTY_INITIALIZER;