Re: [PATCH v2 net-next] net: udp: remove redundant initialization in udp_gro_complete

From: Jakub Kicinski
Date: Thu Nov 12 2020 - 17:47:09 EST


On Mon, 9 Nov 2020 21:57:58 -0500 menglong8.dong@xxxxxxxxx wrote:
> From: Menglong Dong <dong.menglong@xxxxxxxxxx>
>
> The initialization for 'err' with '-ENOSYS' is redundant and
> can be removed, as it is updated soon and not used.
>
> Changes since v1:
> - Move the err declaration below struct sock *sk
>
> Signed-off-by: Menglong Dong <dong.menglong@xxxxxxxxxx>

Applied, thanks!