* [PATCH] libata: fix libata-core.c kernel-doc warning
@ 2015-08-10 1:37 Randy Dunlap
2015-08-10 15:44 ` Tejun Heo
0 siblings, 1 reply; 2+ messages in thread
From: Randy Dunlap @ 2015-08-10 1:37 UTC (permalink / raw)
To: linux-ide, Tejun Heo; +Cc: LKML
From: Randy Dunlap <rdunlap@infradead.org>
Fix kernel-doc warning in libata-core.c:
Warning(..//drivers/ata/libata-core.c:4763): No description found for parameter 'tag'
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
---
drivers/ata/libata-core.c | 1 +
1 file changed, 1 insertion(+)
--- lnx-42-rc6.orig/drivers/ata/libata-core.c
+++ lnx-42-rc6/drivers/ata/libata-core.c
@@ -4769,6 +4769,7 @@ void swap_buf_le16(u16 *buf, unsigned in
/**
* ata_qc_new_init - Request an available ATA command, and initialize it
* @dev: Device from whom we request an available command structure
+ * @tag: tag
*
* LOCKING:
* None.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-08-10 15:44 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-10 1:37 [PATCH] libata: fix libata-core.c kernel-doc warning Randy Dunlap
2015-08-10 15:44 ` Tejun Heo
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.