Skip to content

Commit 08287de

Browse files
author
Dick Kennedy
committed
scsi: lpfc: Fix spelling errors 'asynchronously'
JIRA: https://issues.redhat.com/browse/RHEL-61740 commit 2c354d1 Author: liujing <liujing@cmss.chinamobile.com> Date: Fri Nov 8 15:09:35 2024 +0800 scsi: lpfc: Fix spelling errors 'asynchronously' Signed-off-by: liujing <liujing@cmss.chinamobile.com> Link: https://lore.kernel.org/r/20241108070935.10427-1-liujing@cmss.chinamobile.com Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com> Signed-off-by: Dick Kennedy <dkennedy@redhat.com>
1 parent 64e895a commit 08287de

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

drivers/scsi/lpfc/lpfc_nvme.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ lpfc_nvme_remoteport_delete(struct nvme_fc_remote_port *remoteport)
242242
* @phba: pointer to lpfc hba data structure.
243243
* @axchg: pointer to exchange context for the NVME LS request
244244
*
245-
* This routine is used for processing an asychronously received NVME LS
245+
* This routine is used for processing an asynchronously received NVME LS
246246
* request. Any remaining validation is done and the LS is then forwarded
247247
* to the nvme-fc transport via nvme_fc_rcv_ls_req().
248248
*

drivers/scsi/lpfc/lpfc_nvmet.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2142,7 +2142,7 @@ lpfc_nvmet_destroy_targetport(struct lpfc_hba *phba)
21422142
* @phba: pointer to lpfc hba data structure.
21432143
* @axchg: pointer to exchange context for the NVME LS request
21442144
*
2145-
* This routine is used for processing an asychronously received NVME LS
2145+
* This routine is used for processing an asynchronously received NVME LS
21462146
* request. Any remaining validation is done and the LS is then forwarded
21472147
* to the nvmet-fc transport via nvmet_fc_rcv_ls_req().
21482148
*

0 commit comments

Comments
 (0)