linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] scsi: bnx2i: fix indentation issue, remove a tab
@ 2019-01-04 17:02 Colin King
  2019-01-07 11:01 ` [EXT] " Manish Rangankar
  2019-01-09  3:32 ` Martin K. Petersen
  0 siblings, 2 replies; 3+ messages in thread
From: Colin King @ 2019-01-04 17:02 UTC (permalink / raw)
  To: QLogic-Storage-Upstream, James E . J . Bottomley,
	Martin K . Petersen, linux-scsi
  Cc: kernel-janitors, linux-kernel

From: Colin Ian King <colin.king@canonical.com>

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

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
 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


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* RE: [EXT] [PATCH] scsi: bnx2i: fix indentation issue, remove a tab
  2019-01-04 17:02 [PATCH] scsi: bnx2i: fix indentation issue, remove a tab Colin King
@ 2019-01-07 11:01 ` Manish Rangankar
  2019-01-09  3:32 ` Martin K. Petersen
  1 sibling, 0 replies; 3+ messages in thread
From: Manish Rangankar @ 2019-01-07 11:01 UTC (permalink / raw)
  To: Colin King, QLogic-Storage-Upstream, James E . J . Bottomley,
	Martin K . Petersen, linux-scsi
  Cc: kernel-janitors, linux-kernel

> -----Original Message-----
> From: Colin King <colin.king@canonical.com>
> Sent: Friday, January 4, 2019 10:32 PM
> To: QLogic-Storage-Upstream@qlogic.com; James E . J . Bottomley
> <jejb@linux.ibm.com>; Martin K . Petersen <martin.petersen@oracle.com>;
> linux-scsi@vger.kernel.org
> Cc: kernel-janitors@vger.kernel.org; linux-kernel@vger.kernel.org
> Subject: [EXT] [PATCH] scsi: bnx2i: fix indentation issue, remove a tab
> 
> External Email
> 
> ----------------------------------------------------------------------
> External Email
> 
> From: Colin Ian King <colin.king@canonical.com>
> 
> The return statement is indented incorrectly, fix this by removing a single tab.
> 
> Signed-off-by: Colin Ian King <colin.king@canonical.com>
> ---
>  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 <mrangankar@marvell.com>


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] scsi: bnx2i: fix indentation issue, remove a tab
  2019-01-04 17:02 [PATCH] scsi: bnx2i: fix indentation issue, remove a tab Colin King
  2019-01-07 11:01 ` [EXT] " Manish Rangankar
@ 2019-01-09  3:32 ` Martin K. Petersen
  1 sibling, 0 replies; 3+ messages in thread
From: Martin K. Petersen @ 2019-01-09  3:32 UTC (permalink / raw)
  To: Colin King
  Cc: QLogic-Storage-Upstream, James E . J . Bottomley,
	Martin K . Petersen, linux-scsi, kernel-janitors, linux-kernel


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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-01-09  3:32 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-04 17:02 [PATCH] scsi: bnx2i: fix indentation issue, remove a tab Colin King
2019-01-07 11:01 ` [EXT] " Manish Rangankar
2019-01-09  3:32 ` Martin K. Petersen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).