diff options
author | Qinghuang Feng <qhfeng.kernel@gmail.com> | 2008-11-25 16:37:19 (GMT) |
---|---|---|
committer | Jeff Garzik <jgarzik@redhat.com> | 2008-12-29 03:43:21 (GMT) |
commit | bd353ffdc9a355c89ef7e45e4833af5995a5015d (patch) | |
tree | 798d486359fb181aab786f144394c5f2f9f11c3a /drivers/ata/pata_serverworks.c | |
parent | ece180d1cfe5fa751eaa85bf796cf28b2150af15 (diff) | |
download | linux-bd353ffdc9a355c89ef7e45e4833af5995a5015d.tar.xz |
[libata] Update kernel-doc comments to match source code
Signed-off-by: Qinghuang Feng <qhfeng.kernel@gmail.com>
Diffstat (limited to 'drivers/ata/pata_serverworks.c')
-rw-r--r-- | drivers/ata/pata_serverworks.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/ata/pata_serverworks.c b/drivers/ata/pata_serverworks.c index 72e41c9..8d2fd9d 100644 --- a/drivers/ata/pata_serverworks.c +++ b/drivers/ata/pata_serverworks.c @@ -138,7 +138,6 @@ static struct sv_cable_table cable_detect[] = { /** * serverworks_cable_detect - cable detection * @ap: ATA port - * @deadline: deadline jiffies for the operation * * Perform cable detection according to the device and subvendor * identifications |