linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] openvswitch: fix spelling mistake "execeeds" -> "exceeds"
@ 2018-11-27 14:37 Colin King
  2018-11-30 14:13 ` Simon Horman
  2018-11-30 21:18 ` David Miller
  0 siblings, 2 replies; 3+ messages in thread
From: Colin King @ 2018-11-27 14:37 UTC (permalink / raw)
  To: Pravin B Shelar, David S . Miller, netdev, dev
  Cc: kernel-janitors, linux-kernel

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(-)

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


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] openvswitch: fix spelling mistake "execeeds" -> "exceeds"
  2018-11-27 14:37 [PATCH] openvswitch: fix spelling mistake "execeeds" -> "exceeds" Colin King
@ 2018-11-30 14:13 ` Simon Horman
  2018-11-30 21:18 ` David Miller
  1 sibling, 0 replies; 3+ messages in thread
From: Simon Horman @ 2018-11-30 14:13 UTC (permalink / raw)
  To: Colin King
  Cc: Pravin B Shelar, David S . Miller, netdev, dev, kernel-janitors,
	linux-kernel

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
> 

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] openvswitch: fix spelling mistake "execeeds" -> "exceeds"
  2018-11-27 14:37 [PATCH] openvswitch: fix spelling mistake "execeeds" -> "exceeds" Colin King
  2018-11-30 14:13 ` Simon Horman
@ 2018-11-30 21:18 ` David Miller
  1 sibling, 0 replies; 3+ messages in thread
From: David Miller @ 2018-11-30 21:18 UTC (permalink / raw)
  To: colin.king; +Cc: pshelar, netdev, dev, kernel-janitors, linux-kernel

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.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-11-30 21:18 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-11-27 14:37 [PATCH] openvswitch: fix spelling mistake "execeeds" -> "exceeds" Colin King
2018-11-30 14:13 ` Simon Horman
2018-11-30 21:18 ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).