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)
commit0f2c66ae5c8d9c6250d97060902eeeaa8a06446c
treecd870d59a75a8f7823b518e095830021bf9a4b4d
parenteedf8e88e5f08d95e1c6a33189bb4cdf2db5b79f
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