diff options
author | Colin Ian King <colin.king@canonical.com> | 2018-11-03 15:59:44 +0000 |
---|---|---|
committer | Steve French <stfrench@microsoft.com> | 2018-12-23 22:36:09 -0600 |
commit | 5890255b83f3ce9ef9202804dfab744033c0e603 (patch) | |
tree | 7532225d35ef070b3878dce33ad20d1f4fdb1c96 | |
parent | 8fe28cb58bcb235034b64cbbb7550a8a43fd88be (diff) |
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>
-rw-r--r-- | fs/cifs/cifsencrypt.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |