netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] openvswitch: Typo fix.
@ 2017-04-20  1:49 Jarno Rajahalme
  2017-04-20  1:49 ` [PATCH 2/2] openvswitch: Add eventmask support to CT action Jarno Rajahalme
  2017-04-20  1:56 ` [PATCH 1/2] openvswitch: Typo fix Jarno Rajahalme
  0 siblings, 2 replies; 5+ messages in thread
From: Jarno Rajahalme @ 2017-04-20  1:49 UTC (permalink / raw)
  To: netdev; +Cc: jarno

Fix typo in a comment.

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

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

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2017-04-21 23:50 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-04-20  1:49 [PATCH 1/2] openvswitch: Typo fix Jarno Rajahalme
2017-04-20  1:49 ` [PATCH 2/2] openvswitch: Add eventmask support to CT action Jarno Rajahalme
2017-04-20 18:53   ` Joe Stringer
2017-04-21 23:49     ` Jarno Rajahalme
2017-04-20  1:56 ` [PATCH 1/2] openvswitch: Typo fix Jarno Rajahalme

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).