OSDN Git Service

cifs: clean up indentation, replace spaces with tab
authorColin Ian King <colin.king@canonical.com>
Sat, 3 Nov 2018 15:59:44 +0000 (15:59 +0000)
committerSteve 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

index 85b31cf..ecdff34 100644 (file)
@@ -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;
        }