Commit 74ce6135 authored by Yang Li's avatar Yang Li Committed by Steve French

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: default avatarAbaci Robot <abaci@linux.alibaba.com>
Signed-off-by: default avatarYang Li <yang.lee@linux.alibaba.com>
Signed-off-by: default avatarSteve French <stfrench@microsoft.com>
parent e3548aaf
......@@ -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 */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment