diff options
author | Tejun Heo <htejun@gmail.com> | 2008-01-13 13:49:22 +0900 |
---|---|---|
committer | Jeff Garzik <jeff@garzik.org> | 2008-01-14 21:11:01 -0500 |
commit | 7293fa8fb74f17077a2ac7ccd5b58ae3225317d0 (patch) | |
tree | 27a4d4fdfd7ff814834e9463ca456e435564c5b6 /drivers/ata/sata_sil24.c | |
parent | 25f98131a292f4c81e4619bdf48f00a991386f73 (diff) |
sata_sil24: fix stupid typo
Fix stupid typo.
Signed-off-by: Tejun Heo <htejun@gmail.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'drivers/ata/sata_sil24.c')
-rw-r--r-- | drivers/ata/sata_sil24.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ata/sata_sil24.c b/drivers/ata/sata_sil24.c index b4c674d83769..d9c8b32b483c 100644 --- a/drivers/ata/sata_sil24.c +++ b/drivers/ata/sata_sil24.c @@ -301,7 +301,7 @@ static struct sil24_cerr_info { [PORT_CERR_PKT_PROT] = { AC_ERR_HSM, ATA_EH_SOFTRESET, "invalid data directon for ATAPI CDB" }, [PORT_CERR_SGT_BOUNDARY] = { AC_ERR_SYSTEM, ATA_EH_SOFTRESET, - "SGT no on qword boundary" }, + "SGT not on qword boundary" }, [PORT_CERR_SGT_TGTABRT] = { AC_ERR_HOST_BUS, ATA_EH_SOFTRESET, "PCI target abort while fetching SGT" }, [PORT_CERR_SGT_MSTABRT] = { AC_ERR_HOST_BUS, ATA_EH_SOFTRESET, |