Skip to content

Commit 74ce613

Browse files
Yang Lismfrench
authored andcommitted
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>
1 parent e3548aa commit 74ce613

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

fs/cifs/sess.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1577,7 +1577,7 @@ sess_auth_rawntlmssp_authenticate(struct sess_data *sess_data)
15771577
out:
15781578
sess_free_buffer(sess_data);
15791579

1580-
if (!rc)
1580+
if (!rc)
15811581
rc = sess_establish_session(sess_data);
15821582

15831583
/* Cleanup */

0 commit comments

Comments
 (0)