mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-01 10:42:11 +00:00
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>
This commit is contained in:
parent
56e0e29509
commit
43d0e96022
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user