Skip to content

Commit

Permalink
libata: kernel-doc warning fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jgarzik committed Jun 2, 2005
1 parent 0baab86 commit decc6d0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions drivers/scsi/libata-core.c
Expand Up @@ -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.
*
Expand All @@ -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.
*
Expand All @@ -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
*
Expand Down

0 comments on commit decc6d0

Please sign in to comment.