提交 43d0e960 编写于 作者: C Colin Ian King 提交者: David S. Miller

openvswitch: fix spelling mistake "execeeds" -> "exceeds"

There is a spelling mistake in a net_warn_ratelimited message, fix this.
Signed-off-by: NColin Ian King <colin.king@canonical.com>
Reviewed-by: NSimon Horman <simon.horman@netronome.com>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 56e0e295
......@@ -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;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册