Change 'comands' to 'commands'
Signed-off-by: Yannick Guerrini <yguerrini@xxxxxxxxxxxxxxx>
---
drivers/scsi/lpfc/lpfc_debugfs.c | 2 +-
drivers/scsi/lpfc/lpfc_init.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/scsi/lpfc/lpfc_debugfs.c b/drivers/scsi/lpfc/lpfc_debugfs.c
index 5633e7d..d81445b 100644
--- a/drivers/scsi/lpfc/lpfc_debugfs.c
+++ b/drivers/scsi/lpfc/lpfc_debugfs.c
@@ -1241,7 +1241,7 @@ lpfc_debugfs_dumpDataDif_release(struct inode *inode, struct file *file)
*/
/**
- * lpfc_idiag_cmd_get - Get and parse idiag debugfs comands from user space
+ * lpfc_idiag_cmd_get - Get and parse idiag debugfs commands from user space
* @buf: The pointer to the user space buffer.
* @nbytes: The number of bytes in the user space buffer.
* @idiag_cmd: pointer to the idiag command struct.
diff --git a/drivers/scsi/lpfc/lpfc_init.c b/drivers/scsi/lpfc/lpfc_init.c
index 0b2c53a..ff6f15f 100644
--- a/drivers/scsi/lpfc/lpfc_init.c
+++ b/drivers/scsi/lpfc/lpfc_init.c
@@ -6679,7 +6679,7 @@ lpfc_create_bootstrap_mbox(struct lpfc_hba *phba)
* This routine is invoked to teardown the bootstrap mailbox
* region and release all host resources. This routine requires
* the caller to ensure all mailbox commands recovered, no
- * additional mailbox comands are sent, and interrupts are disabled
+ * additional mailbox commands are sent, and interrupts are disabled
* before calling this routine.
*
**/