* [PATCH] libata: fix kernel-doc param name
@ 2007-10-18 21:12 Randy Dunlap
2007-10-20 2:57 ` Jeff Garzik
0 siblings, 1 reply; 2+ messages in thread
From: Randy Dunlap @ 2007-10-18 21:12 UTC (permalink / raw)
To: ide; +Cc: jgarzik, akpm, torvalds
From: Randy Dunlap <randy.dunlap@oracle.com>
Fix libata kernel-doc parameter name.
Warning(linux-2.6.23-git13//drivers/ata/libata-core.c:1415): No description found for parameter 'sgl'
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.23-git13.orig/drivers/ata/libata-core.c
+++ linux-2.6.23-git13/drivers/ata/libata-core.c
@@ -1392,7 +1392,7 @@ static void ata_qc_complete_internal(str
* @tf: Taskfile registers for the command and the result
* @cdb: CDB for packet command
* @dma_dir: Data tranfer direction of the command
- * @sg: sg list for the data buffer of the command
+ * @sgl: sg list for the data buffer of the command
* @n_elem: Number of sg entries
* @timeout: Timeout in msecs (0 for default)
*
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] libata: fix kernel-doc param name
2007-10-18 21:12 [PATCH] libata: fix kernel-doc param name Randy Dunlap
@ 2007-10-20 2:57 ` Jeff Garzik
0 siblings, 0 replies; 2+ messages in thread
From: Jeff Garzik @ 2007-10-20 2:57 UTC (permalink / raw)
To: Randy Dunlap; +Cc: ide, akpm, torvalds
Randy Dunlap wrote:
> From: Randy Dunlap <randy.dunlap@oracle.com>
>
> Fix libata kernel-doc parameter name.
>
> Warning(linux-2.6.23-git13//drivers/ata/libata-core.c:1415): No description found for parameter 'sgl'
>
> Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
> ---
> drivers/ata/libata-core.c | 2 +-
applied
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-10-20 2:57 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-18 21:12 [PATCH] libata: fix kernel-doc param name Randy Dunlap
2007-10-20 2:57 ` 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).