mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-19 05:31:32 +00:00
Fix typo: firstly -> first.
Signed-off-by: Vagrant Cascadian <vagrant@debian.org> Acked-by: Marek Vasut <marex@denx.de>
This commit is contained in:
parent
3f42dc87b4
commit
1b25e586cb
3 changed files with 4 additions and 4 deletions
|
@ -818,7 +818,7 @@ static int ata_scsiop_read_capacity10(ccb *pccb)
|
||||||
if (!ataid[pccb->target]) {
|
if (!ataid[pccb->target]) {
|
||||||
printf("scsi_ahci: SCSI READ CAPACITY10 command failure. "
|
printf("scsi_ahci: SCSI READ CAPACITY10 command failure. "
|
||||||
"\tNo ATA info!\n"
|
"\tNo ATA info!\n"
|
||||||
"\tPlease run SCSI command INQUIRY firstly!\n");
|
"\tPlease run SCSI command INQUIRY first!\n");
|
||||||
return -EPERM;
|
return -EPERM;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -847,7 +847,7 @@ static int ata_scsiop_read_capacity16(ccb *pccb)
|
||||||
if (!ataid[pccb->target]) {
|
if (!ataid[pccb->target]) {
|
||||||
printf("scsi_ahci: SCSI READ CAPACITY16 command failure. "
|
printf("scsi_ahci: SCSI READ CAPACITY16 command failure. "
|
||||||
"\tNo ATA info!\n"
|
"\tNo ATA info!\n"
|
||||||
"\tPlease run SCSI command INQUIRY firstly!\n");
|
"\tPlease run SCSI command INQUIRY first!\n");
|
||||||
return -EPERM;
|
return -EPERM;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -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.
|
* command buffer, otherwise, it does not work.
|
||||||
* We enable all the interrupt at the same time, and
|
* We enable all the interrupt at the same time, and
|
||||||
* let pxa3xx_nand_irq to handle all logic.
|
* let pxa3xx_nand_irq to handle all logic.
|
||||||
|
|
|
@ -527,7 +527,7 @@ static const int bauds[] = CONFIG_SYS_BAUDRATE_TABLE;
|
||||||
*
|
*
|
||||||
* Do a loopback test of the currently selected serial port. This
|
* Do a loopback test of the currently selected serial port. This
|
||||||
* function is only useful in the context of the POST testing framwork.
|
* 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.
|
* characters are sent through it.
|
||||||
*
|
*
|
||||||
* Returns 0 on success, value otherwise.
|
* Returns 0 on success, value otherwise.
|
||||||
|
|
Loading…
Add table
Reference in a new issue