]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commite6a2dc73ce7cc567ad3d1e1402020f61ca898b06
tree48c64fe45228fbcd8bafe1ce18cdf321dc610c04
parent2c5435399ddce963af69ea5c3e13fc68eef8d06b
net/smc: Clean up local struct sock variables

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

Fixes: 369f76e870dd ("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