cifs: clean up indentation, replace spaces with tab

Trivial fix to clean up indentation, replace spaces with tab

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Steve French <stfrench@microsoft.com>
This commit is contained in:
Colin Ian King 2018-11-03 15:59:44 +00:00 committed by Steve French
parent 8fe28cb58b
commit 5890255b83

View File

@ -224,7 +224,7 @@ int cifs_verify_signature(struct smb_rqst *rqst,
if (cifs_pdu->Command == SMB_COM_LOCKING_ANDX) {
struct smb_com_lock_req *pSMB =
(struct smb_com_lock_req *)cifs_pdu;
if (pSMB->LockType & LOCKING_ANDX_OPLOCK_RELEASE)
if (pSMB->LockType & LOCKING_ANDX_OPLOCK_RELEASE)
return 0;
}