diff options
author | Qinghuang Feng <qhfeng.kernel@gmail.com> | 2008-11-25 11:37:19 -0500 |
---|---|---|
committer | Jeff Garzik <jgarzik@redhat.com> | 2008-12-28 22:43:21 -0500 |
commit | bd353ffdc9a355c89ef7e45e4833af5995a5015d (patch) | |
tree | 798d486359fb181aab786f144394c5f2f9f11c3a /drivers/ata/pata_pdc2027x.c | |
parent | ece180d1cfe5fa751eaa85bf796cf28b2150af15 (diff) |
[libata] Update kernel-doc comments to match source code
Signed-off-by: Qinghuang Feng <qhfeng.kernel@gmail.com>
Diffstat (limited to 'drivers/ata/pata_pdc2027x.c')
-rw-r--r-- | drivers/ata/pata_pdc2027x.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/ata/pata_pdc2027x.c b/drivers/ata/pata_pdc2027x.c index d43e8be96b88..e94efccaa482 100644 --- a/drivers/ata/pata_pdc2027x.c +++ b/drivers/ata/pata_pdc2027x.c | |||
@@ -281,7 +281,6 @@ static unsigned long pdc2027x_mode_filter(struct ata_device *adev, unsigned long | |||
281 | * pdc2027x_set_piomode - Initialize host controller PATA PIO timings | 281 | * pdc2027x_set_piomode - Initialize host controller PATA PIO timings |
282 | * @ap: Port to configure | 282 | * @ap: Port to configure |
283 | * @adev: um | 283 | * @adev: um |
284 | * @pio: PIO mode, 0 - 4 | ||
285 | * | 284 | * |
286 | * Set PIO mode for device. | 285 | * Set PIO mode for device. |
287 | * | 286 | * |
@@ -326,7 +325,6 @@ static void pdc2027x_set_piomode(struct ata_port *ap, struct ata_device *adev) | |||
326 | * pdc2027x_set_dmamode - Initialize host controller PATA UDMA timings | 325 | * pdc2027x_set_dmamode - Initialize host controller PATA UDMA timings |
327 | * @ap: Port to configure | 326 | * @ap: Port to configure |
328 | * @adev: um | 327 | * @adev: um |
329 | * @udma: udma mode, XFER_UDMA_0 to XFER_UDMA_6 | ||
330 | * | 328 | * |
331 | * Set UDMA mode for device. | 329 | * Set UDMA mode for device. |
332 | * | 330 | * |