]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/commit
scsi: qla2xxx: Fix apparent cut-n-paste error.
authorDave Jones <davej@codemonkey.org.uk>
Tue, 27 Dec 2016 18:13:21 +0000 (13:13 -0500)
committerMartin K. Petersen <martin.petersen@oracle.com>
Tue, 10 Jan 2017 04:23:09 +0000 (23:23 -0500)
commitc3c4239465e11b2cc25fcf375c7909a342bcf4dc
tree54a7db3226f419edf2ed7f081dbb5ebc07b3a6b5
parentc7702b8c22712a06080e10f1d2dee1a133ec8809
scsi: qla2xxx: Fix apparent cut-n-paste error.

Commit 093df73771ba ("scsi: qla2xxx: Fix Target mode handling with
Multiqueue changes.") 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 <davej@codemonkey.org.uk>
Reviewed-by: Laurence Oberman <loberman@redhat.com>
Acked-by: Quinn Tran <Quinn.Tran@cavium.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/qla2xxx/qla_os.c