commit | 5e226e4d9016daee170699f8a4188a5505021756 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Mon Mar 17 22:50:23 2008 -0700 |
committer | David S. Miller <davem@davemloft.net> | Mon Mar 17 22:50:23 2008 -0700 |
tree | 10a4024a21caca45ae1f57997f45541e966a9492 | |
parent | 9534f035ee67630688447e8aac91b1d365a51913 [diff] |
[IPV4]: esp_output() misannotations Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: David S. Miller <davem@davemloft.net>
diff --git a/net/ipv4/esp4.c b/net/ipv4/esp4.c index 091e670..f3ceca3 100644 --- a/net/ipv4/esp4.c +++ b/net/ipv4/esp4.c
@@ -168,7 +168,7 @@ 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);