diff options
author | Colin Ian King <colin.king@canonical.com> | 2018-11-27 14:37:17 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2018-11-30 13:18:09 -0800 |
commit | 43d0e96022ae3c66743c01bba6c18a3afec7b578 (patch) | |
tree | 71259900ce8f60c1bedb403e9a2a61f2eb77acf8 /net | |
parent | 56e0e295091dde5d0346fad08d3d8b6c07084c9d (diff) | |
download | linux-43d0e96022ae3c66743c01bba6c18a3afec7b578.tar.bz2 |
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 <colin.king@canonical.com>
Reviewed-by: Simon Horman <simon.horman@netronome.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net')
-rw-r--r-- | net/openvswitch/conntrack.c | 2 |
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, &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; } |