Browse Source

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>
Colin Ian King 6 năm trước cách đây
mục cha
commit
43d0e96022
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      net/openvswitch/conntrack.c

+ 1 - 1
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;
 			}