ofproto/ofproto-dpif.c: Fix a typo in function header
authorAlex Wang <alexw@nicira.com>
Sun, 19 May 2013 04:33:25 +0000 (21:33 -0700)
committerBen Pfaff <blp@nicira.com>
Mon, 20 May 2013 18:09:53 +0000 (11:09 -0700)
There is a typo in the "bundle_add_port()" function header.

This patch fixes it.

Signed-off-by: Alex Wang <alexw@nicira.com>
Signed-off-by: Ben Pfaff <blp@nicira.com>
ofproto/ofproto-dpif.c

index c4f7d25..5cc56d1 100644 (file)
@@ -2472,7 +2472,7 @@ bundle_del_port(struct ofport_dpif *port)
 }
 
 static bool
-bundle_add_port(struct ofbundle *bundle, uint32_t ofp_port,
+bundle_add_port(struct ofbundle *bundle, uint16_t ofp_port,
                 struct lacp_slave_settings *lacp)
 {
     struct ofport_dpif *port;