projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9534f03
)
[IPV4]: esp_output() misannotations
author
Al Viro
<viro@zeniv.linux.org.uk>
Tue, 18 Mar 2008 05:50:23 +0000
(22:50 -0700)
committer
David 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
patch
|
blob
|
blame
|
history
diff --git
a/net/ipv4/esp4.c
b/net/ipv4/esp4.c
index 091e6709f83109dc1e229f24bfe3cad71d5be13a..f3ceca31aa45c15e361f3d8557d4a5c13f726905 100644
(file)
--- a/
net/ipv4/esp4.c
+++ b/
net/ipv4/esp4.c
@@
-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);