public inbox for linux-scsi@vger.kernel.org
 help / color / mirror / Atom feed
From: "Ewan D. Milne" <emilne@redhat.com>
To: "Gustavo A. R. Silva" <garsilva@embeddedor.com>
Cc: Johannes Thumshirn <jth@kernel.org>,
	"James E.J. Bottomley" <jejb@linux.vnet.ibm.com>,
	"Martin K. Petersen" <martin.petersen@oracle.com>,
	fcoe-devel@open-fcoe.org, linux-scsi@vger.kernel.org,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH] scsi: libfc: fix incorrect variable assingment
Date: Fri, 12 May 2017 08:21:12 -0400	[thread overview]
Message-ID: <1494591672.1081.10.camel@localhost.localdomain> (raw)
In-Reply-To: <20170511222444.GA6604@embeddedgus>

On Thu, 2017-05-11 at 17:24 -0500, Gustavo A. R. Silva wrote:
> Previous assignment was causing the use of the uninitialized variable
> _explan_ inside fc_seq_ls_rjt() function, which in this particular
> case is being called by fc_seq_els_rsp_send().
> 
> Addresses-Coverity-ID: 1398125
> Signed-off-by: Gustavo A. R. Silva <garsilva@embeddedor.com>
> ---
>  drivers/scsi/libfc/fc_rport.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/scsi/libfc/fc_rport.c b/drivers/scsi/libfc/fc_rport.c
> index b44c313..5203258 100644
> --- a/drivers/scsi/libfc/fc_rport.c
> +++ b/drivers/scsi/libfc/fc_rport.c
> @@ -1422,7 +1422,7 @@ static void fc_rport_recv_rtv_req(struct fc_rport_priv *rdata,
>  	fp = fc_frame_alloc(lport, sizeof(*rtv));
>  	if (!fp) {
>  		rjt_data.reason = ELS_RJT_UNAB;
> -		rjt_data.reason = ELS_EXPL_INSUF_RES;
> +		rjt_data.explan = ELS_EXPL_INSUF_RES;
>  		fc_seq_els_rsp_send(in_fp, ELS_LS_RJT, &rjt_data);
>  		goto drop;
>  	}

s/assingment/assignment/

Reviewed-by: Ewan D. Milne <emilne@redhat.com>

  reply	other threads:[~2017-05-12 12:21 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-05-11 22:24 [PATCH] scsi: libfc: fix incorrect variable assingment Gustavo A. R. Silva
2017-05-12 12:21 ` Ewan D. Milne [this message]
2017-05-17  1:09 ` 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=1494591672.1081.10.camel@localhost.localdomain \
    --to=emilne@redhat.com \
    --cc=fcoe-devel@open-fcoe.org \
    --cc=garsilva@embeddedor.com \
    --cc=jejb@linux.vnet.ibm.com \
    --cc=jth@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