summaryrefslogtreecommitdiffstats
path: root/net/openvswitch
diff options
context:
space:
mode:
authorJarno Rajahalme <jarno@ovn.org>2017-04-21 16:48:05 -0700
committerDavid S. Miller <davem@davemloft.net>2017-04-24 13:53:24 -0400
commitabd0a4f2b41812e9ba334945e256909e3d28da57 (patch)
tree0f70fcd92b9bba8147a813ebd0640319edceffd9 /net/openvswitch
parent6df3d9e2af9cd68a84b26733191dd800070f2c4d (diff)
downloadop-kernel-dev-abd0a4f2b41812e9ba334945e256909e3d28da57.zip
op-kernel-dev-abd0a4f2b41812e9ba334945e256909e3d28da57.tar.gz
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>
Diffstat (limited to 'net/openvswitch')
-rw-r--r--net/openvswitch/conntrack.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/openvswitch/conntrack.c b/net/openvswitch/conntrack.c
index 7b2c2fc..58de4c2 100644
--- a/net/openvswitch/conntrack.c
+++ b/net/openvswitch/conntrack.c
@@ -373,7 +373,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);
OpenPOWER on IntegriCloud