[IPV4]: esp_output() misannotations
authorAl Viro <viro@zeniv.linux.org.uk>
Tue, 18 Mar 2008 05:50:23 +0000 (22:50 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 18 Mar 2008 05:50:23 +0000 (22:50 -0700)
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/esp4.c

index 091e6709f83109dc1e229f24bfe3cad71d5be13a..f3ceca31aa45c15e361f3d8557d4a5c13f726905 100644 (file)
@@ -168,7 +168,7 @@ static int esp_output(struct xfrm_state *x, struct sk_buff *skb)
                struct xfrm_encap_tmpl *encap = x->encap;
                struct udphdr *uh;
                __be32 *udpdata32;
-               unsigned int sport, dport;
+               __be16 sport, dport;
                int encap_type;
 
                spin_lock_bh(&x->lock);
This page took 0.024958 seconds and 5 git commands to generate.