Skip to content

Commit

Permalink
openvswitch: Typo fix.
Browse files Browse the repository at this point in the history
Fix typo in a comment.

Signed-off-by: Jarno Rajahalme <[email protected]>
Acked-by: Greg Rose <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
  • Loading branch information
Jarno Rajahalme authored and davem330 committed Apr 24, 2017
1 parent 6df3d9e commit abd0a4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/openvswitch/conntrack.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit abd0a4f

Please sign in to comment.