datapath: Fix OVS compat workqueue support.
[openvswitch] / datapath / linux / compat / include / linux / icmpv6.h
index f005a48ee5138e416d59abf0766b8730c00f0ddb..06d91b39528333bfc65f03c0bc77c39b5e77ac78 100644 (file)
@@ -6,7 +6,7 @@
 #ifndef HAVE_ICMP6_HDR
 static inline struct icmp6hdr *icmp6_hdr(const struct sk_buff *skb)
 {
-        return (struct icmp6hdr *)skb_transport_header(skb);
+       return (struct icmp6hdr *)skb_transport_header(skb);
 }
 #endif