diff options
Diffstat (limited to 'net/ipv4/udp.c')
-rw-r--r-- | net/ipv4/udp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/udp.c b/net/ipv4/udp.c index cb2411cb87da..ecd9d91b30c6 100644 --- a/net/ipv4/udp.c +++ b/net/ipv4/udp.c | |||
@@ -418,7 +418,7 @@ out: | |||
418 | 418 | ||
419 | void udp_err(struct sk_buff *skb, u32 info) | 419 | void udp_err(struct sk_buff *skb, u32 info) |
420 | { | 420 | { |
421 | return __udp4_lib_err(skb, info, udp_hash); | 421 | __udp4_lib_err(skb, info, udp_hash); |
422 | } | 422 | } |
423 | 423 | ||
424 | /* | 424 | /* |