Commit 5890255b authored by Colin Ian King's avatar Colin Ian King Committed by Steve French

cifs: clean up indentation, replace spaces with tab

Trivial fix to clean up indentation, replace spaces with tab
Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Signed-off-by: default avatarSteve French <stfrench@microsoft.com>
parent 8fe28cb5
......@@ -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;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment