]> 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)
commitfca867fc8d290d0f1953b4003acc35a93e5a7433
tree48c64fe45228fbcd8bafe1ce18cdf321dc610c04
parent6000e064fddc9ec67b5f964dda0324ae96670bae
net/smc: Clean up local struct sock variables

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

Fixes: 1552805ff80f ("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