2019-01-04 18:22:41

by Colin King

[permalink] [raw]
Subject: [PATCH] scsi: bnx2i: fix indentation issue, remove a tab

From: Colin Ian King <[email protected]>

The return statement is indented incorrectly, fix this by removing a
single tab.

Signed-off-by: Colin Ian King <[email protected]>
---
drivers/scsi/bnx2i/bnx2i_iscsi.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/scsi/bnx2i/bnx2i_iscsi.c b/drivers/scsi/bnx2i/bnx2i_iscsi.c
index 69c75426c5eb..c5fa5f3b00e9 100644
--- a/drivers/scsi/bnx2i/bnx2i_iscsi.c
+++ b/drivers/scsi/bnx2i/bnx2i_iscsi.c
@@ -577,7 +577,7 @@ static void bnx2i_free_mp_bdt(struct bnx2i_hba *hba)
hba->dummy_buffer, hba->dummy_buf_dma);
hba->dummy_buffer = NULL;
}
- return;
+ return;
}

/**
--
2.19.1



2019-01-07 11:02:52

by Manish Rangankar

[permalink] [raw]
Subject: RE: [EXT] [PATCH] scsi: bnx2i: fix indentation issue, remove a tab

> -----Original Message-----
> From: Colin King <[email protected]>
> Sent: Friday, January 4, 2019 10:32 PM
> To: [email protected]; James E . J . Bottomley
> <[email protected]>; Martin K . Petersen <[email protected]>;
> [email protected]
> Cc: [email protected]; [email protected]
> Subject: [EXT] [PATCH] scsi: bnx2i: fix indentation issue, remove a tab
>
> External Email
>
> ----------------------------------------------------------------------
> External Email
>
> From: Colin Ian King <[email protected]>
>
> The return statement is indented incorrectly, fix this by removing a single tab.
>
> Signed-off-by: Colin Ian King <[email protected]>
> ---
> drivers/scsi/bnx2i/bnx2i_iscsi.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/scsi/bnx2i/bnx2i_iscsi.c b/drivers/scsi/bnx2i/bnx2i_iscsi.c
> index 69c75426c5eb..c5fa5f3b00e9 100644
> --- a/drivers/scsi/bnx2i/bnx2i_iscsi.c
> +++ b/drivers/scsi/bnx2i/bnx2i_iscsi.c
> @@ -577,7 +577,7 @@ static void bnx2i_free_mp_bdt(struct bnx2i_hba *hba)
> hba->dummy_buffer, hba->dummy_buf_dma);
> hba->dummy_buffer = NULL;
> }
> - return;
> + return;
> }
>
> /**
> --
> 2.19.1

Thanks
Acked-by: Manish Rangankar <[email protected]>

2019-01-09 03:40:07

by Martin K. Petersen

[permalink] [raw]
Subject: Re: [PATCH] scsi: bnx2i: fix indentation issue, remove a tab


Colin,

> The return statement is indented incorrectly, fix this by removing a
> single tab.

Applied to 5.1/scsi-queue, thanks!

--
Martin K. Petersen Oracle Linux Engineering