doc: Add spaces between commas to avoid overflowing line during formatting.
[openvswitch] / datapath / vport-netdev.c
index 3239135f09d74dee89fa4d5ff892c40383028ef6..f1e9b09d0deab3fd49b3e94aad58a31aab526504 100644 (file)
@@ -399,7 +399,7 @@ struct vport *netdev_get_vport(struct net_device *dev)
 }
 
 const struct vport_ops netdev_vport_ops = {
-       .type           = ODP_VPORT_TYPE_NETDEV,
+       .type           = OVS_VPORT_TYPE_NETDEV,
        .flags          = (VPORT_F_REQUIRED |
                          (USE_VPORT_STATS ? VPORT_F_GEN_STATS : 0)),
        .init           = netdev_init,