* [PATCH] libata: fix kernel-doc parameter warning
@ 2008-02-19 21:43 Randy Dunlap
2008-02-20 17:21 ` Jeff Garzik
0 siblings, 1 reply; 2+ messages in thread
From: Randy Dunlap @ 2008-02-19 21:43 UTC (permalink / raw)
To: ide; +Cc: jgarzik
From: Randy Dunlap <randy.dunlap@oracle.com>
Fix libata kernel-doc parameter:
Warning(linux-2.6.25-rc2-git3//drivers/ata/libata-scsi.c:845): No description found for parameter 'rq'
Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
---
drivers/ata/libata-scsi.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- linux-2.6.25-rc2-git3.orig/drivers/ata/libata-scsi.c
+++ linux-2.6.25-rc2-git3/drivers/ata/libata-scsi.c
@@ -828,7 +828,7 @@ static void ata_scsi_sdev_config(struct
/**
* atapi_drain_needed - Check whether data transfer may overflow
- * @request: request to be checked
+ * @rq: request to be checked
*
* ATAPI commands which transfer variable length data to host
* might overflow due to application error or hardare bug. This
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-02-20 17:21 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-02-19 21:43 [PATCH] libata: fix kernel-doc parameter warning Randy Dunlap
2008-02-20 17:21 ` 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).