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

From: David Miller
Date: Fri Oct 06 2017 - 12:52:58 EST


From: Joe Perches <joe@xxxxxxxxxxx>
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 <joe@xxxxxxxxxxx>

Applied.