From 8bea9b232b2b591002a1c112535f678f713e97a8 Mon Sep 17 00:00:00 2001 From: YOSHIFUJI Hideaki Date: Tue, 22 Jan 2008 17:09:55 +0900 Subject: [PATCH] --- yaml --- r: 79461 b: refs/heads/master c: 77d0d350e96c9453be255d8eff8dc97555710b17 h: refs/heads/master i: 79459: 09dc53bace0b13c831f11ab44d6e692cd61c5b6f v: v3 --- [refs] | 2 +- trunk/net/ipv6/udp.c | 2 +- trunk/net/ipv6/udplite.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index ad6dbde8960b..8fef15ce6c01 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: fc80be87dca8968fa087aae81544ba3f86afdd50 +refs/heads/master: 77d0d350e96c9453be255d8eff8dc97555710b17 diff --git a/trunk/net/ipv6/udp.c b/trunk/net/ipv6/udp.c index bf58acab2064..bd4b9df8f614 100644 --- a/trunk/net/ipv6/udp.c +++ b/trunk/net/ipv6/udp.c @@ -259,7 +259,7 @@ static __inline__ void udpv6_err(struct sk_buff *skb, struct inet6_skb_parm *opt, int type, int code, int offset, __be32 info ) { - return __udp6_lib_err(skb, opt, type, code, offset, info, udp_hash); + __udp6_lib_err(skb, opt, type, code, offset, info, udp_hash); } int udpv6_queue_rcv_skb(struct sock * sk, struct sk_buff *skb) diff --git a/trunk/net/ipv6/udplite.c b/trunk/net/ipv6/udplite.c index 39f070518e68..87d4202522ee 100644 --- a/trunk/net/ipv6/udplite.c +++ b/trunk/net/ipv6/udplite.c @@ -26,7 +26,7 @@ static void udplitev6_err(struct sk_buff *skb, struct inet6_skb_parm *opt, int type, int code, int offset, __be32 info) { - return __udp6_lib_err(skb, opt, type, code, offset, info, udplite_hash); + __udp6_lib_err(skb, opt, type, code, offset, info, udplite_hash); } static struct inet6_protocol udplitev6_protocol = {