mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-10 10:20:17 -04:00
cifs: clean up an inconsistent indenting
Eliminate the follow smatch warning: fs/cifs/sess.c:1581 sess_auth_rawntlmssp_authenticate() warn: inconsistent indenting Reported-by: Abaci Robot <abaci@linux.alibaba.com> Signed-off-by: Yang Li <yang.lee@linux.alibaba.com> Signed-off-by: Steve French <stfrench@microsoft.com>
This commit is contained in:
@@ -1577,7 +1577,7 @@ sess_auth_rawntlmssp_authenticate(struct sess_data *sess_data)
|
||||
out:
|
||||
sess_free_buffer(sess_data);
|
||||
|
||||
if (!rc)
|
||||
if (!rc)
|
||||
rc = sess_establish_session(sess_data);
|
||||
|
||||
/* Cleanup */
|
||||
|
||||
Reference in New Issue
Block a user