Message ID | 20210119205022.40000-1-ericcurtin17@gmail.com |
---|---|
State | New |
Headers | show |
Series | rename lpfc_sli4_dump_page_a0 to lpfc_sli4_dump_sfp_pagea0 | expand |
On Tue, 19 Jan 2021 20:50:22 +0000, Eric Curtin wrote:
> Comment did not match function signature.
Applied to 5.12/scsi-queue, thanks!
[1/1] rename lpfc_sli4_dump_page_a0 to lpfc_sli4_dump_sfp_pagea0
https://git.kernel.org/mkp/scsi/c/0196e379095e
--
Martin K. Petersen Oracle Linux Engineering
diff --git a/drivers/scsi/lpfc/lpfc_mbox.c b/drivers/scsi/lpfc/lpfc_mbox.c index 3414ffcb26fe..c03a7f12dd65 100644 --- a/drivers/scsi/lpfc/lpfc_mbox.c +++ b/drivers/scsi/lpfc/lpfc_mbox.c @@ -2409,7 +2409,7 @@ lpfc_mbx_cmpl_rdp_page_a0(struct lpfc_hba *phba, LPFC_MBOXQ_t *mbox) /* - * lpfc_sli4_dump_sfp_pagea0 - Dump sli4 read SFP Diagnostic. + * lpfc_sli4_dump_page_a0 - Dump sli4 read SFP Diagnostic. * @phba: pointer to the hba structure containing. * @mbox: pointer to lpfc mbox command to initialize. *
Comment did not match function signature. Signed-off-by: Eric Curtin <ericcurtin17@gmail.com> --- drivers/scsi/lpfc/lpfc_mbox.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)