public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] Fix typo: firstly -> first.
@ 2015-11-24 22:46 Vagrant Cascadian
  2015-11-24 22:52 ` Marek Vasut
  2015-12-06 22:06 ` [U-Boot] " Tom Rini
  0 siblings, 2 replies; 3+ messages in thread
From: Vagrant Cascadian @ 2015-11-24 22:46 UTC (permalink / raw)
  To: u-boot

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

 drivers/block/ahci.c           | 4 ++--
 drivers/mtd/nand/pxa3xx_nand.c | 2 +-
 drivers/serial/serial.c        | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/drivers/block/ahci.c b/drivers/block/ahci.c
index 734fdcc..5efa821 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 command INQUIRY firstly!\n");
+		       "\tPlease run SCSI command INQUIRY first!\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 command INQUIRY firstly!\n");
+		       "\tPlease run SCSI command INQUIRY first!\n");
 		return -EPERM;
 	}
 
diff --git a/drivers/mtd/nand/pxa3xx_nand.c b/drivers/mtd/nand/pxa3xx_nand.c
index 1565a9a..f65b499 100644
--- a/drivers/mtd/nand/pxa3xx_nand.c
+++ b/drivers/mtd/nand/pxa3xx_nand.c
@@ -451,7 +451,7 @@ static void pxa3xx_set_datasize(struct pxa3xx_nand_info *info,
 }
 
 /**
- * NOTE: it is a must to set ND_RUN firstly, then write
+ * NOTE: it is a must to set ND_RUN first, then write
  * command buffer, otherwise, it does not work.
  * We enable all the interrupt at the same time, and
  * let pxa3xx_nand_irq to handle all logic.
diff --git a/drivers/serial/serial.c b/drivers/serial/serial.c
index 422d3ae..f1bd15b 100644
--- a/drivers/serial/serial.c
+++ b/drivers/serial/serial.c
@@ -527,7 +527,7 @@ static const int bauds[] = CONFIG_SYS_BAUDRATE_TABLE;
  *
  * Do a loopback test of the currently selected serial port. This
  * function is only useful in the context of the POST testing framwork.
- * The serial port is firstly configured into loopback mode and then
+ * The serial port is first configured into loopback mode and then
  * characters are sent through it.
  *
  * Returns 0 on success, value otherwise.
-- 
2.1.4

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

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

On Tuesday, November 24, 2015 at 11:46:24 PM, Vagrant Cascadian wrote:
> Signed-off-by: Vagrant Cascadian <vagrant@debian.org>
> ---
> 
>  drivers/block/ahci.c           | 4 ++--
>  drivers/mtd/nand/pxa3xx_nand.c | 2 +-
>  drivers/serial/serial.c        | 2 +-
>  3 files changed, 4 insertions(+), 4 deletions(-)

Firstly, thanks.

Secondly,
Acked-by: Marek Vasut <marex@denx.de>

Best regards,
Marek Vasut

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

* [U-Boot] Fix typo: firstly -> first.
  2015-11-24 22:46 [U-Boot] [PATCH] Fix typo: firstly -> first Vagrant Cascadian
  2015-11-24 22:52 ` Marek Vasut
@ 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:46:24PM -0800, Vagrant Cascadian wrote:

> Signed-off-by: Vagrant Cascadian <vagrant@debian.org>
> Acked-by: Marek Vasut <marex@denx.de>

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/32040be8/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:46 [U-Boot] [PATCH] Fix typo: firstly -> first Vagrant Cascadian
2015-11-24 22:52 ` Marek Vasut
2015-12-06 22:06 ` [U-Boot] " Tom Rini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox