[PATCH] libata: typo
authorAlan Cox <alan@lxorguk.ukuu.org.uk>
Fri, 26 Aug 2005 14:56:47 +0000 (15:56 +0100)
committerJeff Garzik <jgarzik@pobox.com>
Fri, 26 Aug 2005 21:36:25 +0000 (17:36 -0400)
You spelt heuristic wrongly. Also reformatted to 80 columns,
ignore the diff and fix the typo if you prefer that.
Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
drivers/scsi/libata-core.c

index ec7bff73ae18d3206f6d96e84398b37e91898acf..19b45c2bfa26e7b493cf350fc1d4df471b5b59e2 100644 (file)
@@ -2459,11 +2459,10 @@ static void ata_pio_complete (struct ata_port *ap)
        u8 drv_stat;
 
        /*
-        * This is purely hueristic.  This is a fast path.
-        * Sometimes when we enter, BSY will be cleared in
-        * a chk-status or two.  If not, the drive is probably seeking
-        * or something.  Snooze for a couple msecs, then
-        * chk-status again.  If still busy, fall back to
+        * This is purely heuristic.  This is a fast path.  Sometimes when
+        * we enter, BSY will be cleared in a chk-status or two.  If not,
+        * the drive is probably seeking or something.  Snooze for a couple
+        * msecs, then chk-status again.  If still busy, fall back to
         * PIO_ST_POLL state.
         */
        drv_stat = ata_busy_wait(ap, ATA_BUSY | ATA_DRQ, 10);