aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRandy Dunlap <randy.dunlap@oracle.com>2008-02-22 15:21:37 -0500
committerJeff Garzik <jeff@garzik.org>2008-02-24 00:28:48 -0500
commit4cdfa1b3ce4731dd538ac3ed010bcf127ed6e836 (patch)
tree69b6932dc41d17b8ad02915e4b074512443bbcb1
parentb1f5dc48e2dcfcacb37d0bc2c5658f0f3307da52 (diff)
libata-core: fix kernel-doc warning
Fix libata-core kernel-doc warning: Warning(linux-2.6.25-rc2-git6//drivers/ata/libata-core.c:168): No description found for parameter 'ap' Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com> Signed-off-by: Jeff Garzik <jeff@garzik.org>
-rw-r--r--drivers/ata/libata-core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ata/libata-core.c b/drivers/ata/libata-core.c
index 1845119cc7f0..fbc24358ada0 100644
--- a/drivers/ata/libata-core.c
+++ b/drivers/ata/libata-core.c
@@ -153,7 +153,7 @@ MODULE_VERSION(DRV_VERSION);
153 153
154/** 154/**
155 * ata_force_cbl - force cable type according to libata.force 155 * ata_force_cbl - force cable type according to libata.force
156 * @link: ATA link of interest 156 * @ap: ATA port of interest
157 * 157 *
158 * Force cable type according to libata.force and whine about it. 158 * Force cable type according to libata.force and whine about it.
159 * The last entry which has matching port number is used, so it 159 * The last entry which has matching port number is used, so it