projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8fe28cb
)
cifs: clean up indentation, replace spaces with tab
author
Colin Ian King
<colin.king@canonical.com>
Sat, 3 Nov 2018 15:59:44 +0000
(15:59 +0000)
committer
Steve French
<stfrench@microsoft.com>
Mon, 24 Dec 2018 04:36:09 +0000
(22:36 -0600)
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>
fs/cifs/cifsencrypt.c
patch
|
blob
|
history
diff --git
a/fs/cifs/cifsencrypt.c
b/fs/cifs/cifsencrypt.c
index
85b31cf
..
ecdff34
100644
(file)
--- 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;
}