diff options
author | Jeff Garzik <jgarzik@pobox.com> | 2005-06-02 18:42:33 -0400 |
---|---|---|
committer | Jeff Garzik <jgarzik@pobox.com> | 2005-06-02 18:42:33 -0400 |
commit | decc6d0b68f27bbb8a0357fccf41936a3c196b03 (patch) | |
tree | 837af8973907f1a197d2ca9983da4135c83bd562 /drivers | |
parent | 0baab86b00cdf9785ac2bb2ce1ab63995b3866ca (diff) |
libata: kernel-doc warning fixes
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/scsi/libata-core.c | 6 |
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) | |||
3359 | 3359 | ||
3360 | /** | 3360 | /** |
3361 | * ata_bmdma_irq_clear - Clear PCI IDE BMDMA interrupt. | 3361 | * ata_bmdma_irq_clear - Clear PCI IDE BMDMA interrupt. |
3362 | * @qc: Info associated with this ATA transaction. | 3362 | * @ap: Port associated with this ATA transaction. |
3363 | * | 3363 | * |
3364 | * Clear interrupt and error flags in DMA status register. | 3364 | * Clear interrupt and error flags in DMA status register. |
3365 | * | 3365 | * |
@@ -3384,7 +3384,7 @@ void ata_bmdma_irq_clear(struct ata_port *ap) | |||
3384 | 3384 | ||
3385 | /** | 3385 | /** |
3386 | * ata_bmdma_status - Read PCI IDE BMDMA status | 3386 | * ata_bmdma_status - Read PCI IDE BMDMA status |
3387 | * @qc: Info associated with this ATA transaction. | 3387 | * @ap: Port associated with this ATA transaction. |
3388 | * | 3388 | * |
3389 | * Read and return BMDMA status register. | 3389 | * Read and return BMDMA status register. |
3390 | * | 3390 | * |
@@ -3408,7 +3408,7 @@ u8 ata_bmdma_status(struct ata_port *ap) | |||
3408 | 3408 | ||
3409 | /** | 3409 | /** |
3410 | * ata_bmdma_stop - Stop PCI IDE BMDMA transfer | 3410 | * ata_bmdma_stop - Stop PCI IDE BMDMA transfer |
3411 | * @qc: Info associated with this ATA transaction. | 3411 | * @ap: Port associated with this ATA transaction. |
3412 | * | 3412 | * |
3413 | * Clears the ATA_DMA_START flag in the dma control register | 3413 | * Clears the ATA_DMA_START flag in the dma control register |
3414 | * | 3414 | * |