On Mon, 9 Nov 2020 21:57:58 -0500 menglong8.d...@gmail.com wrote: > From: Menglong Dong <dong.mengl...@zte.com.cn> > > 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.mengl...@zte.com.cn>
Applied, thanks!