Re: [ovs-dev] [PATCH] openvswitch: fix spelling mistake "execeeds" -> "exceeds"

2018-11-30 Thread David Miller
From: Colin King 
Date: Tue, 27 Nov 2018 14:37:17 +

> From: Colin Ian King 
> 
> There is a spelling mistake in a net_warn_ratelimited message, fix this.
> 
> Signed-off-by: Colin Ian King 

Applied.
___
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev


Re: [ovs-dev] [PATCH] openvswitch: fix spelling mistake "execeeds" -> "exceeds"

2018-11-30 Thread Simon Horman
On Tue, Nov 27, 2018 at 02:37:17PM +, Colin King wrote:
> From: Colin Ian King 
> 
> There is a spelling mistake in a net_warn_ratelimited message, fix this.
> 
> Signed-off-by: Colin Ian King 

Reviewed-by: Simon Horman 

> ---
>  net/openvswitch/conntrack.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/net/openvswitch/conntrack.c b/net/openvswitch/conntrack.c
> index a4660c48ff01..cd94f925495a 100644
> --- a/net/openvswitch/conntrack.c
> +++ b/net/openvswitch/conntrack.c
> @@ -1166,7 +1166,7 @@ static int ovs_ct_commit(struct net *net, struct 
> sw_flow_key *key,
>   >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;
>   }
> -- 
> 2.19.1
> 
___
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev


[ovs-dev] [PATCH] openvswitch: fix spelling mistake "execeeds" -> "exceeds"

2018-11-27 Thread Colin King
From: Colin Ian King 

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

Signed-off-by: Colin Ian King 
---
 net/openvswitch/conntrack.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net/openvswitch/conntrack.c b/net/openvswitch/conntrack.c
index a4660c48ff01..cd94f925495a 100644
--- a/net/openvswitch/conntrack.c
+++ b/net/openvswitch/conntrack.c
@@ -1166,7 +1166,7 @@ static int ovs_ct_commit(struct net *net, struct 
sw_flow_key *key,
>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;
}
-- 
2.19.1

___
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev