projects
/
platform
/
kernel
/
linux-exynos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fe55565
)
openswitch: fix typo CONFIG_NF_CONNTRACK_LABEL
author
Valentin Rothberg
<valentinrothberg@gmail.com>
Fri, 28 Aug 2015 08:39:56 +0000
(10:39 +0200)
committer
David S. Miller
<davem@davemloft.net>
Fri, 28 Aug 2015 20:39:53 +0000
(13:39 -0700)
Fix typo in conntrack.c
s/CONFIG_NF_CONNTRACK_LABEL/CONFIG_NF_CONNTRACK_LABELS/
Signed-off-by: Valentin Rothberg <valentinrothberg@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
890d3ee
..
886bd27
100644
(file)
--- a/
net/openvswitch/conntrack.c
+++ b/
net/openvswitch/conntrack.c
@@
-169,7
+169,7
@@
int ovs_ct_put_key(const struct sw_flow_key *key, struct sk_buff *skb)
nla_put_u32(skb, OVS_KEY_ATTR_CT_MARK, key->ct.mark))
return -EMSGSIZE;
- if (IS_ENABLED(CONFIG_NF_CONNTRACK_LABEL) &&
+ if (IS_ENABLED(CONFIG_NF_CONNTRACK_LABEL
S
) &&
nla_put(skb, OVS_KEY_ATTR_CT_LABEL, sizeof(key->ct.label),
&key->ct.label))
return -EMSGSIZE;