Re: [ovs-dev] [PATCH 1/2] datapath: Typo fix.

2017-04-27 Thread Joe Stringer
On 24 April 2017 at 13:50, Jarno Rajahalme  wrote:
> Upstream commit:
>
> commit abd0a4f2b41812e9ba334945e256909e3d28da57
> Author: Jarno Rajahalme 
> Date:   Fri Apr 21 16:48:05 2017 -0700
>
> openvswitch: Typo fix.
>
> Fix typo in a comment.
>
> Signed-off-by: Jarno Rajahalme 
> Acked-by: Greg Rose 
> Signed-off-by: David S. Miller 
>
> Signed-off-by: Jarno Rajahalme 

Acked-by: Joe Stringer 
___
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev


[ovs-dev] [PATCH 1/2] datapath: Typo fix.

2017-04-24 Thread Jarno Rajahalme
Upstream commit:

commit abd0a4f2b41812e9ba334945e256909e3d28da57
Author: Jarno Rajahalme 
Date:   Fri Apr 21 16:48:05 2017 -0700

openvswitch: Typo fix.

Fix typo in a comment.

Signed-off-by: Jarno Rajahalme 
Acked-by: Greg Rose 
Signed-off-by: David S. Miller 

Signed-off-by: Jarno Rajahalme 
---
 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
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev