Upstream commit:

    commit abd0a4f2b41812e9ba334945e256909e3d28da57
    Author: Jarno Rajahalme <[email protected]>
    Date:   Fri Apr 21 16:48:05 2017 -0700

    openvswitch: Typo fix.

    Fix typo in a comment.

    Signed-off-by: Jarno Rajahalme <[email protected]>
    Acked-by: Greg Rose <[email protected]>
    Signed-off-by: David S. Miller <[email protected]>

Signed-off-by: Jarno Rajahalme <[email protected]>
---
 datapath/conntrack.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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);
 
-- 
2.1.4

_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to