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 <[email protected]> Signed-off-by: Yang Li <[email protected]> Signed-off-by: Steve French <[email protected]>
1 parent e3548aa commit 74ce613

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)