datapath: Fix coding style issues.
[openvswitch] / datapath / vport.h
index 2c9c4aa1d71ffb2239c4d70a366ff4f2da160862..6391f71df0836780773d77cdb13a8bb749a01137 100644 (file)
@@ -208,7 +208,8 @@ enum vport_err_type {
        VPORT_E_TX_ERROR,
 };
 
-struct vport *vport_alloc(int priv_size, const struct vport_ops *, const struct vport_parms *);
+struct vport *vport_alloc(int priv_size, const struct vport_ops *,
+                         const struct vport_parms *);
 void vport_free(struct vport *);
 
 #define VPORT_ALIGN 8