commit | 4e64b1ed15e25b8dcc2819c6d43dab72eb0bea26 | [log] [tgz] |
---|---|---|
author | Joe Perches <joe@perches.com> | Thu Oct 05 23:46:14 2017 -0700 |
committer | David S. Miller <davem@davemloft.net> | Fri Oct 06 09:52:31 2017 -0700 |
tree | 08750707dce33adb6a282af6c240f6d50068a1cb | |
parent | cc71b7b071192ac1c288e272fdc3f3877eb96663 [diff] |
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>