diff options
author | Yang Li <yang.lee@linux.alibaba.com> | 2022-01-17 09:11:30 +0800 |
---|---|---|
committer | Steve French <stfrench@microsoft.com> | 2022-01-17 12:00:37 -0600 |
commit | 74ce6135ae6ef482715cff2ccd703b7295f900f2 (patch) | |
tree | bac4b315bf73c627815dd94885fe779ee8ca4b7f /fs/cifs | |
parent | e3548aaf41a200c2af359462be23bcdd76efd795 (diff) | |
download | linux-74ce6135ae6ef482715cff2ccd703b7295f900f2.tar.gz linux-74ce6135ae6ef482715cff2ccd703b7295f900f2.tar.bz2 linux-74ce6135ae6ef482715cff2ccd703b7295f900f2.zip |
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')
-rw-r--r-- | fs/cifs/sess.c | 2 |
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 */ |