net/smc: Clean up local struct sock variables
authorTony Lu <tonylu@linux.alibaba.com>
Tue, 23 Nov 2021 08:25:16 +0000 (16:25 +0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 23 Nov 2021 11:42:24 +0000 (11:42 +0000)
commit45c3ff7a9ac195135536057021c1d3ac664f3f62
tree48c64fe45228fbcd8bafe1ce18cdf321dc610c04
parent1c743127cc54b112b155f434756bd4b5fa565a99
net/smc: Clean up local struct sock variables

There remains some variables to replace with local struct sock. So clean
them up all.

Fixes: 3163c5071f25 ("net/smc: use local struct sock variables consistently")
Signed-off-by: Tony Lu <tonylu@linux.alibaba.com>
Reviewed-by: Wen Gu <guwen@linux.alibaba.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/smc/smc_close.c