summaryrefslogtreecommitdiffstats
path: root/fs/cifs/sess.c
diff options
context:
space:
mode:
authorYang Li <yang.lee@linux.alibaba.com>2022-01-17 09:11:30 +0800
committerSteve French <stfrench@microsoft.com>2022-01-17 12:00:37 -0600
commit74ce6135ae6ef482715cff2ccd703b7295f900f2 (patch)
treebac4b315bf73c627815dd94885fe779ee8ca4b7f /fs/cifs/sess.c
parente3548aaf41a200c2af359462be23bcdd76efd795 (diff)
downloadlinux-74ce6135ae6ef482715cff2ccd703b7295f900f2.tar.bz2
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>
Diffstat (limited to 'fs/cifs/sess.c')
-rw-r--r--fs/cifs/sess.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/cifs/sess.c b/fs/cifs/sess.c
index ffaa091e41a4..50ca479d7039 100644
--- a/fs/cifs/sess.c
+++ b/fs/cifs/sess.c
@@ -1577,7 +1577,7 @@ out_free_ntlmsspblob:
out:
sess_free_buffer(sess_data);
- if (!rc)
+ if (!rc)
rc = sess_establish_session(sess_data);
/* Cleanup */