projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6df3d9e
)
openvswitch: Typo fix.
author
Jarno Rajahalme
<jarno@ovn.org>
Fri, 21 Apr 2017 23:48:05 +0000
(16:48 -0700)
committer
David S. Miller
<davem@davemloft.net>
Mon, 24 Apr 2017 17:53:24 +0000
(13:53 -0400)
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>
net/openvswitch/conntrack.c
patch
|
blob
|
history
diff --git
a/net/openvswitch/conntrack.c
b/net/openvswitch/conntrack.c
index 7b2c2fce408a02d4251f03a2e3f0b4d9e7fccb80..58de4c2da673c7304aac625b08996187eb36d19f 100644
(file)
--- 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 i
t
set in the event cache.
+ * IPCT_LABEL bit i
s
set in the event cache.
*/
nf_conntrack_event_cache(IPCT_LABEL, ct);