Skip to content

Commit 2c354d1

Browse files
liujingmartinkpetersen
authored andcommitted
scsi: lpfc: Fix spelling errors 'asynchronously'
Signed-off-by: liujing <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Martin K. Petersen <[email protected]>
1 parent 5fe4e16 commit 2c354d1

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)