summaryrefslogtreecommitdiffstats
path: root/net/openvswitch/conntrack.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/openvswitch/conntrack.c')
-rw-r--r--net/openvswitch/conntrack.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/openvswitch/conntrack.c b/net/openvswitch/conntrack.c
index a4660c48ff01..cd94f925495a 100644
--- a/net/openvswitch/conntrack.c
+++ b/net/openvswitch/conntrack.c
@@ -1166,7 +1166,7 @@ static int ovs_ct_commit(struct net *net, struct sw_flow_key *key,
1166 &ct->tuplehash[IP_CT_DIR_ORIGINAL].tuple); 1166 &ct->tuplehash[IP_CT_DIR_ORIGINAL].tuple);
1167 if (err) { 1167 if (err) {
1168 net_warn_ratelimited("openvswitch: zone: %u " 1168 net_warn_ratelimited("openvswitch: zone: %u "
1169 "execeeds conntrack limit\n", 1169 "exceeds conntrack limit\n",
1170 info->zone.id); 1170 info->zone.id);
1171 return err; 1171 return err;
1172 } 1172 }