]> git.baikalelectronics.ru Git - kernel.git/commit
cifs: Re-indent cifs_swn_reconnect()
authorDan Carpenter <dan.carpenter@oracle.com>
Thu, 17 Dec 2020 11:03:35 +0000 (14:03 +0300)
committerSteve French <stfrench@microsoft.com>
Fri, 18 Dec 2020 06:02:37 +0000 (00:02 -0600)
commit1454f1b77e6f0155f7ace91c99eba4681f6f9b50
treecd870d59a75a8f7823b518e095830021bf9a4b4d
parente933a8004f49599619231c684e1e95bbc24d1cd1
cifs: Re-indent cifs_swn_reconnect()

This code is slightly nicer if we flip the cifs_sockaddr_equal()
around and pull all the code in one tab.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Reviewed-by: Samuel Cabrero <scabrero@suse.de>
Signed-off-by: Steve French <stfrench@microsoft.com>
fs/cifs/cifs_swn.c