All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] Fix typo: commmand -> command.
@ 2015-11-24 22:45 Vagrant Cascadian
  2015-11-24 22:52 ` Joe Hershberger
  2015-12-06 22:06 ` [U-Boot] " Tom Rini
  0 siblings, 2 replies; 3+ messages in thread
From: Vagrant Cascadian @ 2015-11-24 22:45 UTC (permalink / raw)
  To: u-boot

Signed-off-by: Vagrant Cascadian <vagrant@debian.org>
---

 doc/README.nand                  | 2 +-
 doc/README.update                | 2 +-
 drivers/block/ahci.c             | 4 ++--
 drivers/block/fsl_sata.c         | 2 +-
 include/configs/astro_mcf5373l.h | 2 +-
 5 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/doc/README.nand b/doc/README.nand
index 0ff5633..545d88c 100644
--- a/doc/README.nand
+++ b/doc/README.nand
@@ -94,7 +94,7 @@ Configuration Options:
 	address of u-boot MTD partition in NAND.
 
    CONFIG_CMD_NAND
-      Enables NAND support and commmands.
+      Enables NAND support and commands.
 
    CONFIG_CMD_NAND_TORTURE
       Enables the torture command (see description of this command below).
diff --git a/doc/README.update b/doc/README.update
index eab124c..d37f2c4 100644
--- a/doc/README.update
+++ b/doc/README.update
@@ -51,7 +51,7 @@ the mkimage tool. dtc tool with support for binary includes, e.g. in version
 to be prepared. Refer to the doc/uImage.FIT/ directory for more details on FIT
 images.
 
-This mechanism can be also triggered by the commmand "fitupd".
+This mechanism can be also triggered by the command "fitupd".
 If an optional, non-zero address is provided as argument, the TFTP transfer
 is skipped and the image at this address is used.
 The fitupd command is enabled by CONFIG_CMD_FITUPD.
diff --git a/drivers/block/ahci.c b/drivers/block/ahci.c
index 1ad638e..734fdcc 100644
--- a/drivers/block/ahci.c
+++ b/drivers/block/ahci.c
@@ -818,7 +818,7 @@ static int ata_scsiop_read_capacity10(ccb *pccb)
 	if (!ataid[pccb->target]) {
 		printf("scsi_ahci: SCSI READ CAPACITY10 command failure. "
 		       "\tNo ATA info!\n"
-		       "\tPlease run SCSI commmand INQUIRY firstly!\n");
+		       "\tPlease run SCSI command INQUIRY firstly!\n");
 		return -EPERM;
 	}
 
@@ -847,7 +847,7 @@ static int ata_scsiop_read_capacity16(ccb *pccb)
 	if (!ataid[pccb->target]) {
 		printf("scsi_ahci: SCSI READ CAPACITY16 command failure. "
 		       "\tNo ATA info!\n"
-		       "\tPlease run SCSI commmand INQUIRY firstly!\n");
+		       "\tPlease run SCSI command INQUIRY firstly!\n");
 		return -EPERM;
 	}
 
diff --git a/drivers/block/fsl_sata.c b/drivers/block/fsl_sata.c
index 208a0ae..e000ebf 100644
--- a/drivers/block/fsl_sata.c
+++ b/drivers/block/fsl_sata.c
@@ -398,7 +398,7 @@ static int fsl_ata_exec_ata_cmd(struct fsl_sata *sata, struct sata_fis_h2d *cfis
 	debug("attribute = %08x\n\r", val32);
 	cmd_hdr->attribute = cpu_to_le32(val32);
 
-	/* Make sure cmd desc and cmd slot valid before commmand issue */
+	/* Make sure cmd desc and cmd slot valid before command issue */
 	sync();
 
 	/* PMP*/
diff --git a/include/configs/astro_mcf5373l.h b/include/configs/astro_mcf5373l.h
index 8606151..828bc60 100644
--- a/include/configs/astro_mcf5373l.h
+++ b/include/configs/astro_mcf5373l.h
@@ -57,7 +57,7 @@
 #define ENABLE_JFFS	1
 #endif
 
-/* Define which commmands should be available at u-boot command prompt */
+/* Define which commands should be available at u-boot command prompt */
 
 #define CONFIG_CMD_CACHE
 #define CONFIG_CMD_DATE
-- 
2.1.4

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [U-Boot] [PATCH] Fix typo: commmand -> command.
  2015-11-24 22:45 [U-Boot] [PATCH] Fix typo: commmand -> command Vagrant Cascadian
@ 2015-11-24 22:52 ` Joe Hershberger
  2015-12-06 22:06 ` [U-Boot] " Tom Rini
  1 sibling, 0 replies; 3+ messages in thread
From: Joe Hershberger @ 2015-11-24 22:52 UTC (permalink / raw)
  To: u-boot

On Tue, Nov 24, 2015 at 4:45 PM, Vagrant Cascadian <vagrant@debian.org> wrote:
> Signed-off-by: Vagrant Cascadian <vagrant@debian.org>

Reviewed-by: Joe Hershberger <joe.hershberger@ni.com>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [U-Boot] Fix typo: commmand -> command.
  2015-11-24 22:45 [U-Boot] [PATCH] Fix typo: commmand -> command Vagrant Cascadian
  2015-11-24 22:52 ` Joe Hershberger
@ 2015-12-06 22:06 ` Tom Rini
  1 sibling, 0 replies; 3+ messages in thread
From: Tom Rini @ 2015-12-06 22:06 UTC (permalink / raw)
  To: u-boot

On Tue, Nov 24, 2015 at 02:45:02PM -0800, Vagrant Cascadian wrote:

> Signed-off-by: Vagrant Cascadian <vagrant@debian.org>
> Reviewed-by: Joe Hershberger <joe.hershberger@ni.com>

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20151206/9d16ec91/attachment.sig>

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-12-06 22:06 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-11-24 22:45 [U-Boot] [PATCH] Fix typo: commmand -> command Vagrant Cascadian
2015-11-24 22:52 ` Joe Hershberger
2015-12-06 22:06 ` [U-Boot] " Tom Rini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.