diff mbox series

[ovs-dev,V2,with,ACKS,8/8] datapath: fix spelling mistake "execeeds" -> "exceeds"

Message ID 1544742505-5177-9-git-send-email-gvrose8192@gmail.com
State Accepted
Headers show
Series datapath: Pull in upstream fixes and updates | expand

Commit Message

Gregory Rose Dec. 13, 2018, 11:08 p.m. UTC
From: Colin Ian King <colin.king@canonical.com>

Upstream commit:
    commit 43d0e96022ae3c66743c01bba6c18a3afec7b578
    Author: Colin Ian King <colin.king@canonical.com>
    Date:   Tue Nov 27 14:37:17 2018 +0000

    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>

CC: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Greg Rose <gvrose8192@gmail.com>
Acked-by: William Tu <u9012063@gmail.com>
---
 datapath/conntrack.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

0-day Robot Dec. 14, 2018, 12:11 a.m. UTC | #1
Bleep bloop.  Greetings Gregory Rose, I am a robot and I have tried out your patch.
Thanks for your contribution.

I encountered some error that I wasn't expecting.  See the details below.


checkpatch:
ERROR: Author Colin Ian King <colin.king@canonical.com> needs to sign off.
WARNING: Unexpected sign-offs from developers who are not authors or co-authors or committers: Greg Rose <gvrose8192@gmail.com>
Lines checked: 42, Warnings: 1, Errors: 1


Please check this out.  If you feel there has been an error, please email aconole@bytheb.org

Thanks,
0-day Robot
diff mbox series

Patch

diff --git a/datapath/conntrack.c b/datapath/conntrack.c
index 952b6ad..a7dc9e0 100644
--- a/datapath/conntrack.c
+++ b/datapath/conntrack.c
@@ -1216,7 +1216,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;
 			}