From: Colin Ian King Date: Sat, 3 Nov 2018 15:59:44 +0000 (+0000) Subject: cifs: clean up indentation, replace spaces with tab X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=a3f952e55eb91ceb929567f67a3d7ba8f39232c2;p=users%2Fwilly%2Flinux.git cifs: clean up indentation, replace spaces with tab Trivial fix to clean up indentation, replace spaces with tab Signed-off-by: Colin Ian King Signed-off-by: Steve French --- diff --git a/fs/cifs/cifsencrypt.c b/fs/cifs/cifsencrypt.c index 85b31cfa2f3c..ecdff344e8fe 100644 --- a/fs/cifs/cifsencrypt.c +++ b/fs/cifs/cifsencrypt.c @@ -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; }