From: Colin Ian King <[email protected]>
Upstream commit:
commit 43d0e96022ae3c66743c01bba6c18a3afec7b578
Author: Colin Ian King <[email protected]>
Date: Tue Nov 27 14:37:17 2018 +0000
openvswitch: fix spelling mistake "execeeds" -> "exceeds"
There is a spelling mistake in a net_warn_ratelimited message, fix this.
Signed-off-by: Colin Ian King <[email protected]>
Reviewed-by: Simon Horman <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
CC: Colin Ian King <[email protected]>
Signed-off-by: Greg Rose <[email protected]>
Acked-by: William Tu <[email protected]>
---
datapath/conntrack.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/datapath/conntrack.c b/datapath/conntrack.c
index 952b6ad..a7dc9e0 100644
--- a/datapath/conntrack.c
+++ b/datapath/conntrack.c
@@ -1216,7 +1216,7 @@ static int ovs_ct_commit(struct net *net, struct
sw_flow_key *key,
&ct->tuplehash[IP_CT_DIR_ORIGINAL].tuple);
if (err) {
net_warn_ratelimited("openvswitch: zone: %u "
- "execeeds conntrack limit\n",
+ "exceeds conntrack limit\n",
info->zone.id);
return err;
}
--
1.8.3.1
_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev