lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Tue, 24 Feb 2015 09:18:31 +0100
From:	Yannick Guerrini <yguerrini@...shardware.fr>
To:	james.smart@...lex.com
Cc:	JBottomley@...allels.com, trivial@...nel.org,
	linux-kernel@...r.kernel.org,
	Yannick Guerrini <yguerrini@...shardware.fr>
Subject: [PATCH] drivers, scsi, lpfc: Fix trivial typos in comments

Change 'comands' to 'commands'

Signed-off-by: Yannick Guerrini <yguerrini@...shardware.fr>
---
 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.
  *
  **/
-- 
1.9.5.msysgit.0

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ