From: Joe Perches <j...@perches.com> 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: > > o Remove unnecessary goto and out: labels > o Realign arguments > > Signed-off-by: Joe Perches <j...@perches.com> Applied.