Fix typo: commmand -> command.

Signed-off-by: Vagrant Cascadian <vagrant@debian.org>
Reviewed-by: Joe Hershberger <joe.hershberger@ni.com>
This commit is contained in:
Vagrant Cascadian
2015-11-24 14:45:02 -08:00
committed by Tom Rini
parent e5d3078622
commit 3f42dc87b4
5 changed files with 6 additions and 6 deletions

View File

@@ -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;
}

View File

@@ -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*/