diff options
Diffstat (limited to 'include/net/vxlan.h')
-rw-r--r-- | include/net/vxlan.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/vxlan.h b/include/net/vxlan.h index f96391e84a8a..ad73d8b3fcc2 100644 --- a/include/net/vxlan.h +++ b/include/net/vxlan.h | |||
@@ -301,7 +301,7 @@ static inline netdev_features_t vxlan_features_check(struct sk_buff *skb, | |||
301 | l4_hdr = ipv6_hdr(skb)->nexthdr; | 301 | l4_hdr = ipv6_hdr(skb)->nexthdr; |
302 | break; | 302 | break; |
303 | default: | 303 | default: |
304 | return features;; | 304 | return features; |
305 | } | 305 | } |
306 | 306 | ||
307 | if ((l4_hdr == IPPROTO_UDP) && | 307 | if ((l4_hdr == IPPROTO_UDP) && |