Re: [PATCH] scsi: qedf: properly update arguments position in function call

2017-05-08 Thread Gustavo A. R. Silva
Hi Martin, Quoting "Martin K. Petersen" : 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

Re: [PATCH] scsi: qedf: properly update arguments position in function call

2017-05-08 Thread Martin K. Petersen
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

Re: [PATCH] scsi: qedf: properly update arguments position in function call

2017-05-04 Thread Chad Dupuis
On Wed, 3 May 2017, 3:17pm, Gustavo A. R. Silva wrote: > Properly update the position of the arguments in function call. > > Addresses-Coverity-ID: 1402010 > Signed-off-by: Gustavo A. R. Silva > --- > drivers/scsi/qedf/qedf_els.c | 2 +- > 1 file changed, 1

[PATCH] scsi: qedf: properly update arguments position in function call

2017-05-03 Thread Gustavo A. R. Silva
Properly update the position of the arguments in function call. Addresses-Coverity-ID: 1402010 Signed-off-by: Gustavo A. R. Silva --- drivers/scsi/qedf/qedf_els.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/scsi/qedf/qedf_els.c