mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-11 21:38:32 +08: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