Re: [PATCH] net/ipv6: Convert icmpv6_push_pending_frames to void

2017-10-06 Thread David Miller
From: Joe Perches Date: Thu, 5 Oct 2017 23:46:14 -0700 > 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: >

[PATCH] net/ipv6: Convert icmpv6_push_pending_frames to void

2017-10-05 Thread Joe Perches
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-