Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1635225 > unrolled thread
| Started by | "Gustavo A. R. Silva" <garsilva@embeddedor.com> |
|---|---|
| First post | 2017-05-03 21:20 +0200 |
| Last post | 2017-05-09 05:10 +0200 |
| Articles | 3 — 2 participants |
Back to article view | Back to linux.kernel
[PATCH] scsi: qedf: properly update arguments position in function call "Gustavo A. R. Silva" <garsilva@embeddedor.com> - 2017-05-03 21:20 +0200
Re: [PATCH] scsi: qedf: properly update arguments position in function call "Martin K. Petersen" <martin.petersen@oracle.com> - 2017-05-09 04:00 +0200
Re: [PATCH] scsi: qedf: properly update arguments position in function call "Gustavo A. R. Silva" <garsilva@embeddedor.com> - 2017-05-09 05:10 +0200
| From | "Gustavo A. R. Silva" <garsilva@embeddedor.com> |
|---|---|
| Date | 2017-05-03 21:20 +0200 |
| Subject | [PATCH] scsi: qedf: properly update arguments position in function call |
| Message-ID | <tD7YC-18T-3@gated-at.bofh.it> |
Properly update the position of the arguments in function call. Addresses-Coverity-ID: 1402010 Signed-off-by: Gustavo A. R. Silva <garsilva@embeddedor.com> --- drivers/scsi/qedf/qedf_els.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/scsi/qedf/qedf_els.c b/drivers/scsi/qedf/qedf_els.c index 59f3e5c..107ed2b 100644 --- a/drivers/scsi/qedf/qedf_els.c +++ b/drivers/scsi/qedf/qedf_els.c @@ -106,7 +106,7 @@ static int qedf_initiate_els(struct qedf_rport *fcport, unsigned int op, did = fcport->rdata->ids.port_id; sid = fcport->sid; - __fc_fill_fc_hdr(fc_hdr, FC_RCTL_ELS_REQ, sid, did, + __fc_fill_fc_hdr(fc_hdr, FC_RCTL_ELS_REQ, did, sid, FC_TYPE_ELS, FC_FC_FIRST_SEQ | FC_FC_END_SEQ | FC_FC_SEQ_INIT, 0); -- 2.5.0
[toc] | [next] | [standalone]
| From | "Martin K. Petersen" <martin.petersen@oracle.com> |
|---|---|
| Date | 2017-05-09 04:00 +0200 |
| Subject | Re: [PATCH] scsi: qedf: properly update arguments position in function call |
| Message-ID | <tF2Br-3r8-1@gated-at.bofh.it> |
| In reply to | #1635225 |
Gustavo A., > Properly update the position of the arguments in function call. Applied to 4.12/scsi-fixes, thank you! -- Martin K. Petersen Oracle Linux Engineering
[toc] | [prev] | [next] | [standalone]
| From | "Gustavo A. R. Silva" <garsilva@embeddedor.com> |
|---|---|
| Date | 2017-05-09 05:10 +0200 |
| Subject | Re: [PATCH] scsi: qedf: properly update arguments position in function call |
| Message-ID | <tF3Hb-4me-3@gated-at.bofh.it> |
| In reply to | #1637818 |
Hi Martin, Quoting "Martin K. Petersen" <martin.petersen@oracle.com>: > Gustavo A., > >> Properly update the position of the arguments in function call. > > Applied to 4.12/scsi-fixes, thank you! > Awesome, glad to help. :) -- Gustavo A. R. Silva
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web