diff mbox

[ovs-dev,1/2] datapath: Typo fix.

Message ID 1493067004-31730-1-git-send-email-jarno@ovn.org
State Accepted
Delegated to: Joe Stringer
Headers show

Commit Message

Jarno Rajahalme April 24, 2017, 8:50 p.m. UTC
Upstream commit:

    commit abd0a4f2b41812e9ba334945e256909e3d28da57
    Author: Jarno Rajahalme <jarno@ovn.org>
    Date:   Fri Apr 21 16:48:05 2017 -0700

    openvswitch: Typo fix.

    Fix typo in a comment.

    Signed-off-by: Jarno Rajahalme <jarno@ovn.org>
    Acked-by: Greg Rose <gvrose8192@gmail.com>
    Signed-off-by: David S. Miller <davem@davemloft.net>

Signed-off-by: Jarno Rajahalme <jarno@ovn.org>
---
 datapath/conntrack.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Joe Stringer April 27, 2017, 5:15 p.m. UTC | #1
On 24 April 2017 at 13:50, Jarno Rajahalme <jarno@ovn.org> wrote:
> Upstream commit:
>
>     commit abd0a4f2b41812e9ba334945e256909e3d28da57
>     Author: Jarno Rajahalme <jarno@ovn.org>
>     Date:   Fri Apr 21 16:48:05 2017 -0700
>
>     openvswitch: Typo fix.
>
>     Fix typo in a comment.
>
>     Signed-off-by: Jarno Rajahalme <jarno@ovn.org>
>     Acked-by: Greg Rose <gvrose8192@gmail.com>
>     Signed-off-by: David S. Miller <davem@davemloft.net>
>
> Signed-off-by: Jarno Rajahalme <jarno@ovn.org>

Acked-by: Joe Stringer <joe@ovn.org>
diff mbox

Patch

diff --git a/datapath/conntrack.c b/datapath/conntrack.c
index 4c42a48..f911fe8 100644
--- a/datapath/conntrack.c
+++ b/datapath/conntrack.c
@@ -383,7 +383,7 @@  static int ovs_ct_init_labels(struct nf_conn *ct, struct sw_flow_key *key,
 	}
 
 	/* Labels are included in the IPCTNL_MSG_CT_NEW event only if the
-	 * IPCT_LABEL bit it set in the event cache.
+	 * IPCT_LABEL bit is set in the event cache.
 	 */
 	nf_conntrack_event_cache(IPCT_LABEL, ct);