mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-22 05:01:27 +00:00
qla2x00t-32gbit: Fix a couple of misnamed functions
Fixes the following W=1 kernel build warning(s): drivers/scsi/qla2xxx/qla_mr.c:525: warning: expecting prototype for qlafx00_warm_reset(). Prototype was for qlafx00_soc_cpu_reset() instead drivers/scsi/qla2xxx/qla_mr.c:2869: warning: expecting prototype for qlafx00x_mbx_completion(). Prototype was for qlafx00_mbx_completion() instead Link: https://lore.kernel.org/r/20210312094738.2207817-9-lee.jones@linaro.org Cc: Nilesh Javali <njavali@marvell.com> Cc: GR-QLogic-Storage-Upstream@marvell.com Cc: "James E.J. Bottomley" <jejb@linux.ibm.com> Cc: "Martin K. Petersen" <martin.petersen@oracle.com> Cc: linux-scsi@vger.kernel.org Signed-off-by: Lee Jones <lee.jones@linaro.org> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com> [ commit 381095668d51387657e456e2962f0bcc3e1044e3 upstream ] git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@9392 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -516,7 +516,7 @@ qlafx00_pci_config(scsi_qla_host_t *vha)
|
||||
}
|
||||
|
||||
/**
|
||||
* qlafx00_warm_reset() - Perform warm reset of iSA(CPUs being reset on SOC).
|
||||
* qlafx00_soc_cpu_reset() - Perform warm reset of iSA(CPUs being reset on SOC).
|
||||
* @vha: HA context
|
||||
*
|
||||
*/
|
||||
@@ -2875,7 +2875,7 @@ qlafx00_async_event(scsi_qla_host_t *vha)
|
||||
}
|
||||
|
||||
/**
|
||||
* qlafx00x_mbx_completion() - Process mailbox command completions.
|
||||
* qlafx00_mbx_completion() - Process mailbox command completions.
|
||||
* @vha: SCSI driver HA context
|
||||
* @mb0: value to be written into mailbox register 0
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user