diff mbox series

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

Message ID 20181127143717.27698-1-colin.king@canonical.com
State Not Applicable
Headers show
Series [ovs-dev] openvswitch: fix spelling mistake "execeeds" -> "exceeds" | expand

Commit Message

Colin Ian King Nov. 27, 2018, 2:37 p.m. UTC
From: Colin Ian King <colin.king@canonical.com>

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

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
 net/openvswitch/conntrack.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Simon Horman Nov. 30, 2018, 2:13 p.m. UTC | #1
On Tue, Nov 27, 2018 at 02:37:17PM +0000, Colin King wrote:
> From: Colin Ian King <colin.king@canonical.com>
> 
> 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>

> ---
>  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,
>  				&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;
>  			}
> -- 
> 2.19.1
>
David Miller Nov. 30, 2018, 9:18 p.m. UTC | #2
From: Colin King <colin.king@canonical.com>
Date: Tue, 27 Nov 2018 14:37:17 +0000

> From: Colin Ian King <colin.king@canonical.com>
> 
> There is a spelling mistake in a net_warn_ratelimited message, fix this.
> 
> Signed-off-by: Colin Ian King <colin.king@canonical.com>

Applied.
diff mbox series

Patch

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,
 				&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;
 			}