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_oldpiix.c | |
parent | ece180d1cfe5fa751eaa85bf796cf28b2150af15 (diff) | |
download | linux-bd353ffdc9a355c89ef7e45e4833af5995a5015d.tar.gz linux-bd353ffdc9a355c89ef7e45e4833af5995a5015d.tar.bz2 linux-bd353ffdc9a355c89ef7e45e4833af5995a5015d.zip |
[libata] Update kernel-doc comments to match source code
Signed-off-by: Qinghuang Feng <qhfeng.kernel@gmail.com>
Diffstat (limited to 'drivers/ata/pata_oldpiix.c')
-rw-r--r-- | drivers/ata/pata_oldpiix.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/ata/pata_oldpiix.c b/drivers/ata/pata_oldpiix.c index c0dbc46a348e..2c1a91c40c1a 100644 --- a/drivers/ata/pata_oldpiix.c +++ b/drivers/ata/pata_oldpiix.c @@ -116,7 +116,6 @@ static void oldpiix_set_piomode (struct ata_port *ap, struct ata_device *adev) * oldpiix_set_dmamode - Initialize host controller PATA DMA timings * @ap: Port whose timings we are configuring * @adev: Device to program - * @isich: True if the device is an ICH and has IOCFG registers * * Set MWDMA mode for device, in host controller PCI config space. * |