aboutsummaryrefslogtreecommitdiffstats
path: root/net/openvswitch/flow_netlink.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/openvswitch/flow_netlink.h')
-rw-r--r--net/openvswitch/flow_netlink.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/openvswitch/flow_netlink.h b/net/openvswitch/flow_netlink.h
index 206e45add888..6355b1d01329 100644
--- a/net/openvswitch/flow_netlink.h
+++ b/net/openvswitch/flow_netlink.h
@@ -49,7 +49,7 @@ int ovs_nla_get_match(struct sw_flow_match *match,
49 const struct nlattr *); 49 const struct nlattr *);
50 50
51int ovs_nla_copy_actions(const struct nlattr *attr, 51int ovs_nla_copy_actions(const struct nlattr *attr,
52 const struct sw_flow_key *key, int depth, 52 const struct sw_flow_key *key,
53 struct sw_flow_actions **sfa); 53 struct sw_flow_actions **sfa);
54int ovs_nla_put_actions(const struct nlattr *attr, 54int ovs_nla_put_actions(const struct nlattr *attr,
55 int len, struct sk_buff *skb); 55 int len, struct sk_buff *skb);