Skip to content

Commit

Permalink
cifs: clean up indentation, replace spaces with tab
Browse files Browse the repository at this point in the history
Trivial fix to clean up indentation, replace spaces with tab

Signed-off-by: Colin Ian King <[email protected]>
Signed-off-by: Steve French <[email protected]>
  • Loading branch information
Colin Ian King authored and Steve French committed Dec 24, 2018
1 parent 8fe28cb commit 5890255
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/cifs/cifsencrypt.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit 5890255

Please sign in to comment.