linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Manish Rangankar <mrangankar@marvell.com>
To: Colin King <colin.king@canonical.com>,
	"QLogic-Storage-Upstream@qlogic.com" 
	<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" <linux-scsi@vger.kernel.org>
Cc: "kernel-janitors@vger.kernel.org"
	<kernel-janitors@vger.kernel.org>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>
Subject: RE: [EXT] [PATCH] scsi: bnx2i: fix indentation issue, remove a tab
Date: Mon, 7 Jan 2019 11:01:19 +0000	[thread overview]
Message-ID: <DM5PR18MB2134A42C00C81B9C2168AAEFD8890@DM5PR18MB2134.namprd18.prod.outlook.com> (raw)
In-Reply-To: <20190104170224.8147-1-colin.king@canonical.com>

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


  reply	other threads:[~2019-01-07 11:01 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-01-04 17:02 [PATCH] scsi: bnx2i: fix indentation issue, remove a tab Colin King
2019-01-07 11:01 ` Manish Rangankar [this message]
2019-01-09  3:32 ` Martin K. Petersen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=DM5PR18MB2134A42C00C81B9C2168AAEFD8890@DM5PR18MB2134.namprd18.prod.outlook.com \
    --to=mrangankar@marvell.com \
    --cc=QLogic-Storage-Upstream@qlogic.com \
    --cc=colin.king@canonical.com \
    --cc=jejb@linux.ibm.com \
    --cc=kernel-janitors@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-scsi@vger.kernel.org \
    --cc=martin.petersen@oracle.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).