diff options
author | Uwe Kleine-König <u.kleine-koenig@pengutronix.de> | 2010-07-12 17:15:44 +0200 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2010-07-12 18:03:50 +0200 |
commit | a7ce2e0d04b1a6ee8056e7fea5ea96566d33a6f4 (patch) | |
tree | 90242f78a02b1dab3ad02a61ee2ab017245be599 /drivers/scsi/aic7xxx_old | |
parent | e3845deeb7b00d04d332219628c28b42b7b42a76 (diff) |
fix comnment/printk typos concerning "empty"
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/scsi/aic7xxx_old')
-rw-r--r-- | drivers/scsi/aic7xxx_old/aic7xxx.seq | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/aic7xxx_old/aic7xxx.seq b/drivers/scsi/aic7xxx_old/aic7xxx.seq index f6fc4b75b5a..5997e7c3a19 100644 --- a/drivers/scsi/aic7xxx_old/aic7xxx.seq +++ b/drivers/scsi/aic7xxx_old/aic7xxx.seq @@ -615,7 +615,7 @@ ultra2_dmafifoflush: * went empty and the next bit of data is copied from * the SCSI fifo into the PCI fifo. It should only * come on when both FIFOs (meaning the entire FIFO - * chain) are emtpy. Since it can take up to 4 cycles + * chain) are empty. Since it can take up to 4 cycles * for new data to be copied from the SCSI fifo into * the PCI fifo, testing for FIFOEMP status for 4 * extra times gives the needed time for any |