]> git.proxmox.com Git - ovs.git/commitdiff
datapath: Typo fix.
authorJarno Rajahalme <jarno@ovn.org>
Thu, 27 Apr 2017 17:34:42 +0000 (10:34 -0700)
committerJarno Rajahalme <jarno@ovn.org>
Thu, 27 Apr 2017 17:34:42 +0000 (10:34 -0700)
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>
datapath/conntrack.c

index 4c42a480a8143eabc5e4b7fb129a8c4a521fc2a6..f911fe87467b7fb934b7079b59b1132c8bda54db 100644 (file)
@@ -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);