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-Tag: rel_imx_5.10.35_2.0.0-somdevices.0~5596^2~38 X-Git-Url: https://git.somdevices.com/?a=commitdiff_plain;h=5890255b83f3ce9ef9202804dfab744033c0e603;p=linux.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; }