* [PATCH] libata: fix libata-scsi kernel-doc notation
@ 2008-04-30 19:57 Randy Dunlap
2008-05-30 22:11 ` Jeff Garzik
0 siblings, 1 reply; 2+ messages in thread
From: Randy Dunlap @ 2008-04-30 19:57 UTC (permalink / raw)
To: ide; +Cc: jgarzik
From: Randy Dunlap <randy.dunlap@oracle.com>
Fix libata-scsi kernel-doc notation:
Warning(linux-2.6.25-git15//drivers/ata/libata-scsi.c:1659): No description found for parameter 'cmd'
Warning(linux-2.6.25-git15//drivers/ata/libata-scsi.c:1971): No description found for parameter 'buf'
Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
---
drivers/ata/libata-scsi.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
--- linux-2.6.25-git15.orig/drivers/ata/libata-scsi.c
+++ linux-2.6.25-git15/drivers/ata/libata-scsi.c
@@ -1643,6 +1643,7 @@ defer:
/**
* ata_scsi_rbuf_get - Map response buffer.
+ * @cmd: SCSI command containing buffer to be mapped.
* @flags: unsigned long variable to store irq enable status
* @copy_in: copy in from user buffer
*
@@ -1960,7 +1961,7 @@ static unsigned int ata_msense_ctl_mode(
/**
* ata_msense_rw_recovery - Simulate MODE SENSE r/w error recovery page
- * @bufp: output buffer
+ * @buf: output buffer
*
* Generate a generic MODE SENSE r/w error recovery page.
*
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] libata: fix libata-scsi kernel-doc notation
2008-04-30 19:57 [PATCH] libata: fix libata-scsi kernel-doc notation Randy Dunlap
@ 2008-05-30 22:11 ` Jeff Garzik
0 siblings, 0 replies; 2+ messages in thread
From: Jeff Garzik @ 2008-05-30 22:11 UTC (permalink / raw)
To: Randy Dunlap; +Cc: ide
Randy Dunlap wrote:
> From: Randy Dunlap <randy.dunlap@oracle.com>
>
> Fix libata-scsi kernel-doc notation:
>
> Warning(linux-2.6.25-git15//drivers/ata/libata-scsi.c:1659): No description found for parameter 'cmd'
> Warning(linux-2.6.25-git15//drivers/ata/libata-scsi.c:1971): No description found for parameter 'buf'
>
> Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
> ---
> drivers/ata/libata-scsi.c | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
applied
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-05-30 22:11 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-30 19:57 [PATCH] libata: fix libata-scsi kernel-doc notation Randy Dunlap
2008-05-30 22:11 ` Jeff Garzik
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.