[IPV4]: esp_output() misannotations

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Al Viro 2008-03-17 22:50:23 -07:00 committed by David S. Miller
parent 9534f035ee
commit 5e226e4d90
1 changed files with 1 additions and 1 deletions

View 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);