diff options
author | Jarno Rajahalme <jarno@ovn.org> | 2017-04-21 16:48:05 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2017-04-24 13:53:24 -0400 |
commit | abd0a4f2b41812e9ba334945e256909e3d28da57 (patch) | |
tree | 0f70fcd92b9bba8147a813ebd0640319edceffd9 /net/openvswitch/conntrack.c | |
parent | 6df3d9e2af9cd68a84b26733191dd800070f2c4d (diff) | |
download | linux-abd0a4f2b41812e9ba334945e256909e3d28da57.tar.bz2 |
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/conntrack.c')
-rw-r--r-- | net/openvswitch/conntrack.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/openvswitch/conntrack.c b/net/openvswitch/conntrack.c index 7b2c2fce408a..58de4c2da673 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); |