aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/udp.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/ipv6/udp.c')
-rw-r--r--net/ipv6/udp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv6/udp.c b/net/ipv6/udp.c
index efa8950ddd30..b3ea8af50a9b 100644
--- a/net/ipv6/udp.c
+++ b/net/ipv6/udp.c
@@ -248,7 +248,7 @@ out:
248 248
249static __inline__ void udpv6_err(struct sk_buff *skb, 249static __inline__ void udpv6_err(struct sk_buff *skb,
250 struct inet6_skb_parm *opt, int type, 250 struct inet6_skb_parm *opt, int type,
251 int code, int offset, __u32 info ) 251 int code, int offset, __be32 info )
252{ 252{
253 return __udp6_lib_err(skb, opt, type, code, offset, info, udp_hash); 253 return __udp6_lib_err(skb, opt, type, code, offset, info, udp_hash);
254} 254}