aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/ipv6.h
diff options
context:
space:
mode:
authorJoe Perches <joe@perches.com>2017-10-05 23:46:14 -0700
committerDavid S. Miller <davem@davemloft.net>2017-10-06 09:52:31 -0700
commit4e64b1ed15e25b8dcc2819c6d43dab72eb0bea26 (patch)
tree08750707dce33adb6a282af6c240f6d50068a1cb /include/net/ipv6.h
parentnet/ipv6: remove unused err variable on icmpv6_push_pending_frames (diff)
downloadlinux-dev-4e64b1ed15e25b8dcc2819c6d43dab72eb0bea26.tar.xz
linux-dev-4e64b1ed15e25b8dcc2819c6d43dab72eb0bea26.zip
net/ipv6: Convert icmpv6_push_pending_frames to void
commit cc71b7b07119 ("net/ipv6: remove unused err variable on icmpv6_push_pending_frames") exposed icmpv6_push_pending_frames return value not being used. Remove now unnecessary int err declarations and uses. Miscellanea: o Remove unnecessary goto and out: labels o Realign arguments Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/ipv6.h')
-rw-r--r--include/net/ipv6.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/net/ipv6.h b/include/net/ipv6.h
index 6eac5cf8f1e6..3cda3b521c36 100644
--- a/include/net/ipv6.h
+++ b/include/net/ipv6.h
@@ -300,8 +300,8 @@ static inline void fl6_sock_release(struct ip6_flowlabel *fl)
void icmpv6_notify(struct sk_buff *skb, u8 type, u8 code, __be32 info);
-int icmpv6_push_pending_frames(struct sock *sk, struct flowi6 *fl6,
- struct icmp6hdr *thdr, int len);
+void icmpv6_push_pending_frames(struct sock *sk, struct flowi6 *fl6,
+ struct icmp6hdr *thdr, int len);
int ip6_ra_control(struct sock *sk, int sel);