aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorJeff Garzik <jgarzik@pobox.com>2005-08-27 04:13:52 -0400
committerJeff Garzik <jgarzik@pobox.com>2005-08-27 04:13:52 -0400
commitd18d36b4edbb980c9de7fe00724c3ded5de1b7a7 (patch)
tree387952fb886e995b90fbe91ae4097201c991d938 /drivers
parent953d1137fc4aba16deace262e93974913596dcfe (diff)
libata: fix a few alan-isms
Diffstat (limited to 'drivers')
-rw-r--r--drivers/scsi/sata_qstor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/sata_qstor.c b/drivers/scsi/sata_qstor.c
index 2926846cdd6..93fd06fb4f1 100644
--- a/drivers/scsi/sata_qstor.c
+++ b/drivers/scsi/sata_qstor.c
@@ -198,7 +198,7 @@ static int qs_check_atapi_dma(struct ata_queued_cmd *qc)
198 return 1; /* ATAPI DMA not supported */ 198 return 1; /* ATAPI DMA not supported */
199} 199}
200 200
201static void qs_bmdma_stop(struct ata_queud_cmd *qc) 201static void qs_bmdma_stop(struct ata_queued_cmd *qc)
202{ 202{
203 /* nothing */ 203 /* nothing */
204} 204}