mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-09 23:39:18 +00:00
scsi: qla2xxx: 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>
This commit is contained in:
parent
775b4d65a6
commit
381095668d
@ -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
|
||||
*
|
||||
*/
|
||||
@ -2860,7 +2860,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
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user