]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
openvswitch: fix spelling mistake "execeeds" -> "exceeds"
authorColin Ian King <colin.king@canonical.com>
Tue, 27 Nov 2018 14:37:17 +0000 (14:37 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 30 Nov 2018 21:18:09 +0000 (13:18 -0800)
There is a spelling mistake in a net_warn_ratelimited message, fix this.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Reviewed-by: Simon Horman <simon.horman@netronome.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/openvswitch/conntrack.c

index a4660c48ff0149ad1798cd646d4edb2ed5c7770f..cd94f925495a5ef6b6d2192961a0c97d6ac1764f 100644 (file)
@@ -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;
                        }