Skip to content

Commit

Permalink
[IPV4]: esp_output() misannotations
Browse files Browse the repository at this point in the history
Signed-off-by: Al Viro <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
  • Loading branch information
Al Viro authored and davem330 committed Mar 18, 2008
1 parent 9534f03 commit 5e226e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/ipv4/esp4.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 5e226e4

Please sign in to comment.