]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
scsi: lpfc: Fix spelling errors 'asynchronously'
authorliujing <liujing@cmss.chinamobile.com>
Fri, 8 Nov 2024 07:09:35 +0000 (15:09 +0800)
committerMartin K. Petersen <martin.petersen@oracle.com>
Thu, 21 Nov 2024 02:52:06 +0000 (21:52 -0500)
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>
drivers/scsi/lpfc/lpfc_nvme.c
drivers/scsi/lpfc/lpfc_nvmet.c

index 6e0b27460c24bf5becc883c5a98c56fce25e1b40..240cbb5c13f0159d138c61a391c703dcd1f40b1e 100644 (file)
@@ -242,7 +242,7 @@ lpfc_nvme_remoteport_delete(struct nvme_fc_remote_port *remoteport)
  * @phba: pointer to lpfc hba data structure.
  * @axchg: pointer to exchange context for the NVME LS request
  *
- * This routine is used for processing an asychronously received NVME LS
+ * This routine is used for processing an asynchronously received NVME LS
  * request. Any remaining validation is done and the LS is then forwarded
  * to the nvme-fc transport via nvme_fc_rcv_ls_req().
  *
index 3b29d57d77ac5b47c00dfcdfe8727d75e5731f55..49e1a9defefc3ad687faea20ce86681f06c1dd6f 100644 (file)
@@ -2142,7 +2142,7 @@ lpfc_nvmet_destroy_targetport(struct lpfc_hba *phba)
  * @phba: pointer to lpfc hba data structure.
  * @axchg: pointer to exchange context for the NVME LS request
  *
- * This routine is used for processing an asychronously received NVME LS
+ * This routine is used for processing an asynchronously received NVME LS
  * request. Any remaining validation is done and the LS is then forwarded
  * to the nvmet-fc transport via nvmet_fc_rcv_ls_req().
  *