All of lore.kernel.org
 help / color / mirror / Atom feed
From: James Bottomley <James.Bottomley@HansenPartnership.com>
To: james.smart@emulex.com
Cc: linux-scsi@vger.kernel.org
Subject: Re: [PATCH 01/21] lpfc: Fix the iteration count to match the 30 sec comment
Date: Sat, 07 Mar 2015 08:44:10 -0800	[thread overview]
Message-ID: <1425746650.2969.3.camel@HansenPartnership.com> (raw)
In-Reply-To: <1423164184.7917.25.camel@myfc17>

On Thu, 2015-02-05 at 14:23 -0500, James Smart wrote:
> ---

Could you put the signoffs (and any changelog) above here, please.  You
seem to be using git to generate the patches, so if you just put them in
the git change log the right thing will happen.  If you don't do this,
all your patches have to be hand edited to apply them, which is a royal
pain for a maintainer.

>  drivers/scsi/lpfc/lpfc_init.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/scsi/lpfc/lpfc_init.c b/drivers/scsi/lpfc/lpfc_init.c
> index 0b2c53a..2b5b910 100644
> --- a/drivers/scsi/lpfc/lpfc_init.c
> +++ b/drivers/scsi/lpfc/lpfc_init.c
> @@ -7953,7 +7953,7 @@ wait:
>  		 * up to 30 seconds. If the port doesn't respond, treat
>  		 * it as an error.
>  		 */
> -		for (rdy_chk = 0; rdy_chk < 3000; rdy_chk++) {
> +		for (rdy_chk = 0; rdy_chk < 1500; rdy_chk++) {
>  			if (lpfc_readl(phba->sli4_hba.u.if_type2.
>  				STATUSregaddr, &reg_data.word0)) {
>  				rc = -ENODEV;
> -- 
> 1.7.11.7
> 
> Signed-off-by: James Smart <james.smart@emulex.com>
> Signed-off-by: Dick Kennedy <dick.kennedy@emulex.com>

I'm not quite understanding this signoff chain.  It reads like Dick
Kennedy is the author, in which case the patch needs a From: <him> at
the top to make this clear.  If it's jointly authored, then
traditionally he'd still be the first signoff because the series of
signoffs represents the transmission chain and you send the patch, so
you should be last signoff.

James



  reply	other threads:[~2015-03-07 16:44 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-02-05 19:23 [PATCH 01/21] lpfc: Fix the iteration count to match the 30 sec comment James Smart
2015-03-07 16:44 ` James Bottomley [this message]
2015-03-09 14:07   ` James Smart
2015-03-09 14:10     ` James Bottomley

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=1425746650.2969.3.camel@HansenPartnership.com \
    --to=james.bottomley@hansenpartnership.com \
    --cc=james.smart@emulex.com \
    --cc=linux-scsi@vger.kernel.org \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.