diff mbox series

cifs: clean up indentation, replace spaces with tab

Message ID 20181103155944.3028-1-colin.king@canonical.com
State New
Headers show
Series cifs: clean up indentation, replace spaces with tab | expand

Commit Message

Colin Ian King Nov. 3, 2018, 3:59 p.m. UTC
From: Colin Ian King <colin.king@canonical.com>

Trivial fix to clean up indentation, replace spaces with tab

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
 fs/cifs/cifsencrypt.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Steve French Nov. 3, 2018, 6:22 p.m. UTC | #1
merged into cifs-2.6.git for-next
On Sat, Nov 3, 2018 at 11:00 AM Colin King <colin.king@canonical.com> wrote:
>
> From: Colin Ian King <colin.king@canonical.com>
>
> Trivial fix to clean up indentation, replace spaces with tab
>
> Signed-off-by: Colin Ian King <colin.king@canonical.com>
> ---
>  fs/cifs/cifsencrypt.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> 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;
>         }
>
> --
> 2.19.1
>
diff mbox series

Patch

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;
 	}