aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Garzik <jgarzik@pobox.com>2005-06-02 18:42:33 -0400
committerJeff Garzik <jgarzik@pobox.com>2005-06-02 18:42:33 -0400
commitdecc6d0b68f27bbb8a0357fccf41936a3c196b03 (patch)
tree837af8973907f1a197d2ca9983da4135c83bd562
parent0baab86b00cdf9785ac2bb2ce1ab63995b3866ca (diff)
libata: kernel-doc warning fixes
-rw-r--r--drivers/scsi/libata-core.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/scsi/libata-core.c b/drivers/scsi/libata-core.c
index 86e84ed87bee..a5d7c33a434d 100644
--- a/drivers/scsi/libata-core.c
+++ b/drivers/scsi/libata-core.c
@@ -3359,7 +3359,7 @@ void ata_bmdma_setup(struct ata_queued_cmd *qc)
/**
* ata_bmdma_irq_clear - Clear PCI IDE BMDMA interrupt.
- * @qc: Info associated with this ATA transaction.
+ * @ap: Port associated with this ATA transaction.
*
* Clear interrupt and error flags in DMA status register.
*
@@ -3384,7 +3384,7 @@ void ata_bmdma_irq_clear(struct ata_port *ap)
/**
* ata_bmdma_status - Read PCI IDE BMDMA status
- * @qc: Info associated with this ATA transaction.
+ * @ap: Port associated with this ATA transaction.
*
* Read and return BMDMA status register.
*
@@ -3408,7 +3408,7 @@ u8 ata_bmdma_status(struct ata_port *ap)
/**
* ata_bmdma_stop - Stop PCI IDE BMDMA transfer
- * @qc: Info associated with this ATA transaction.
+ * @ap: Port associated with this ATA transaction.
*
* Clears the ATA_DMA_START flag in the dma control register
*