* [PATCH] libata-core: fix kernel-doc warning
@ 2008-02-22 20:21 Randy Dunlap
2008-02-24 5:30 ` Jeff Garzik
0 siblings, 1 reply; 2+ messages in thread
From: Randy Dunlap @ 2008-02-22 20:21 UTC (permalink / raw)
To: ide; +Cc: jgarzik
From: Randy Dunlap <randy.dunlap@oracle.com>
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>
---
drivers/ata/libata-core.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- linux-2.6.25-rc2-git6.orig/drivers/ata/libata-core.c
+++ linux-2.6.25-rc2-git6/drivers/ata/libata-core.c
@@ -153,7 +153,7 @@ MODULE_VERSION(DRV_VERSION);
/**
* ata_force_cbl - force cable type according to libata.force
- * @link: ATA link of interest
+ * @ap: ATA port of interest
*
* Force cable type according to libata.force and whine about it.
* The last entry which has matching port number is used, so it
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] libata-core: fix kernel-doc warning
2008-02-22 20:21 [PATCH] libata-core: fix kernel-doc warning Randy Dunlap
@ 2008-02-24 5:30 ` Jeff Garzik
0 siblings, 0 replies; 2+ messages in thread
From: Jeff Garzik @ 2008-02-24 5:30 UTC (permalink / raw)
To: Randy Dunlap; +Cc: ide
Randy Dunlap wrote:
> From: Randy Dunlap <randy.dunlap@oracle.com>
>
> 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>
> ---
> drivers/ata/libata-core.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> --- linux-2.6.25-rc2-git6.orig/drivers/ata/libata-core.c
> +++ linux-2.6.25-rc2-git6/drivers/ata/libata-core.c
> @@ -153,7 +153,7 @@ MODULE_VERSION(DRV_VERSION);
>
> /**
> * ata_force_cbl - force cable type according to libata.force
> - * @link: ATA link of interest
> + * @ap: ATA port of interest
> *
applied
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-02-24 5:30 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-02-22 20:21 [PATCH] libata-core: fix kernel-doc warning Randy Dunlap
2008-02-24 5:30 ` Jeff Garzik
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).