ovs-controller: Add ability to define default flows
[openvswitch] / datapath / vport-netdev.c
index 517249556c40cf4f96c7580b49a7d068880646a4..f172ac4edf0ba89cecd1ae2d00ac27da66f25951 100644 (file)
@@ -59,8 +59,7 @@ static int netdev_init(void)
        return 0;
 }
 
-static void
-netdev_exit(void)
+static void netdev_exit(void)
 {
        br_handle_frame_hook = NULL;
 }
@@ -224,8 +223,7 @@ unsigned char netdev_get_operstate(const struct vport *vport)
        return netdev_vport->dev->operstate;
 }
 
-int
-netdev_get_ifindex(const struct vport *vport)
+int netdev_get_ifindex(const struct vport *vport)
 {
        const struct netdev_vport *netdev_vport = netdev_vport_priv(vport);
        return netdev_vport->dev->ifindex;