datapath: Make 'struct work_struct' consistent with kernel definition.
[openvswitch] / datapath / linux / compat / include / linux / icmp.h
index 89b354e4c700a36512add2adb4cb34e9a09e8975..4be4d2b61d05099f81fdda849403035e1dbdd4cb 100644 (file)
@@ -6,7 +6,7 @@
 #ifndef HAVE_SKBUFF_HEADER_HELPERS
 static inline struct icmphdr *icmp_hdr(const struct sk_buff *skb)
 {
-        return (struct icmphdr *)skb_transport_header(skb);
+       return (struct icmphdr *)skb_transport_header(skb);
 }
 #endif