diff mbox series

scsi: lpfc: A mundane typo fix

Message ID 20210324064829.32092-1-unixbhaskar@gmail.com
State New
Headers show
Series scsi: lpfc: A mundane typo fix | expand

Commit Message

Bhaskar Chowdhury March 24, 2021, 6:48 a.m. UTC
s/conditons/conditions/

Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
---
 drivers/scsi/lpfc/lpfc_els.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--
2.30.1

Comments

Martin K. Petersen March 30, 2021, 3:54 a.m. UTC | #1
On Wed, 24 Mar 2021 12:18:29 +0530, Bhaskar Chowdhury wrote:

> s/conditons/conditions/


Applied to 5.13/scsi-queue, thanks!

[1/1] scsi: lpfc: A mundane typo fix
      https://git.kernel.org/mkp/scsi/c/f1891f9bbc46

-- 
Martin K. Petersen	Oracle Linux Engineering
diff mbox series

Patch

diff --git a/drivers/scsi/lpfc/lpfc_els.c b/drivers/scsi/lpfc/lpfc_els.c
index f0a758138ae8..04fb95edc5b0 100644
--- a/drivers/scsi/lpfc/lpfc_els.c
+++ b/drivers/scsi/lpfc/lpfc_els.c
@@ -1912,7 +1912,7 @@  lpfc_cmpl_els_rrq(struct lpfc_hba *phba, struct lpfc_iocbq *cmdiocb,
  * ndlp on the vport node list that matches the remote node ID from the
  * PLOGI response IOCB. If such ndlp does not exist, the PLOGI is simply
  * ignored and command IOCB released. The PLOGI response IOCB status is
- * checked for error conditons. If there is error status reported, PLOGI
+ * checked for error conditions. If there is error status reported, PLOGI
  * retry shall be attempted by invoking the lpfc_els_retry() routine.
  * Otherwise, the lpfc_plogi_confirm_nport() routine shall be invoked on
  * the ndlp and the NLP_EVT_CMPL_PLOGI state to the Discover State Machine