From: Colin Ian King Date: Tue, 27 Nov 2018 14:37:17 +0000 (+0000) Subject: openvswitch: fix spelling mistake "execeeds" -> "exceeds" X-Git-Tag: v4.20-rc6~1^2~42 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=43d0e96022ae3c66743c01bba6c18a3afec7b578;p=thirdparty%2Flinux.git 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 Reviewed-by: Simon Horman Signed-off-by: David S. Miller --- diff --git a/net/openvswitch/conntrack.c b/net/openvswitch/conntrack.c index a4660c48ff014..cd94f925495a5 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, &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; }