]> err.no Git - linux-2.6/blobdiff - net/ipv4/ipcomp.c
[XFRM]: xfrm_state_lookup() annotations
[linux-2.6] / net / ipv4 / ipcomp.c
index 17342430a843bc20781590c79f210564221905b4..2017d36024d48d61816bd52e82bf67f4c196479d 100644 (file)
@@ -183,7 +183,7 @@ out_ok:
 
 static void ipcomp4_err(struct sk_buff *skb, u32 info)
 {
-       u32 spi;
+       __be32 spi;
        struct iphdr *iph = (struct iphdr *)skb->data;
        struct ip_comp_hdr *ipch = (struct ip_comp_hdr *)(skb->data+(iph->ihl<<2));
        struct xfrm_state *x;