Re: scsi: qla2xxx: Fix apparent cut-n-paste error.

2017-01-09 Thread Martin K. Petersen
> "Dave" == Dave Jones writes: Dave> commit 093df73771bac8a37d607c0e705d157a8cef4c5c introduces two Dave> bodies of code that look similar but with s/req/rsp/ in the second Dave> instance. But in one case, it looks like this conversion was Dave> missed. Applied to 4.10/scsi-fixes. -- Mart

Re: scsi: qla2xxx: Fix apparent cut-n-paste error.

2017-01-09 Thread Tran, Quinn
-Original Message- From: "Martin K. Petersen" Organization: Oracle Corporation Date: Thursday, January 5, 2017 at 5:52 PM To: Dave Jones Cc: "linux-scsi@vger.kernel.org" , "Tran, Quinn" Subject: Re: scsi: qla2xxx: Fix apparent cut-n-paste error. >

Re: scsi: qla2xxx: Fix apparent cut-n-paste error.

2017-01-05 Thread Martin K. Petersen
> "Dave" == Dave Jones writes: Dave> commit 093df73771bac8a37d607c0e705d157a8cef4c5c introduces two Dave> bodies of code that look similar but with s/req/rsp/ in the second Dave> instance. But in one case, it looks like this conversion was Dave> missed. Quinn? -- Martin K. Petersen O

Re: scsi: qla2xxx: Fix apparent cut-n-paste error.

2016-12-28 Thread Laurence Oberman
- Original Message - > From: "Dave Jones" > To: linux-scsi@vger.kernel.org > Cc: "Quinn Tran" > Sent: Tuesday, December 27, 2016 1:13:21 PM > Subject: scsi: qla2xxx: Fix apparent cut-n-paste error. > > commit 093df73771bac8a37d607c0e705d157

scsi: qla2xxx: Fix apparent cut-n-paste error.

2016-12-27 Thread Dave Jones
commit 093df73771bac8a37d607c0e705d157a8cef4c5c introduces two bodies of code that look similar but with s/req/rsp/ in the second instance. But in one case, it looks like this conversion was missed. Signed-off-by: Dave Jones diff --git a/drivers/scsi/qla2xxx/qla_os.c b/drivers/scsi/qla2xxx/qla_o