Commit 43d0e960 authored by Colin Ian King's avatar Colin Ian King Committed by David S. Miller
Browse files

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



There is a spelling mistake in a net_warn_ratelimited message, fix this.

Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Reviewed-by: default avatarSimon Horman <simon.horman@netronome.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 56e0e295
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
			}