diff mbox

libata: fix libata-core.c kernel-doc warning

Message ID 55C80060.8030308@infradead.org
State Not Applicable
Delegated to: David Miller
Headers show

Commit Message

Randy Dunlap Aug. 10, 2015, 1:37 a.m. UTC
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(+)

--
To unsubscribe from this list: send the line "unsubscribe linux-ide" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Comments

Tejun Heo Aug. 10, 2015, 3:44 p.m. UTC | #1
On Sun, Aug 09, 2015 at 06:37:36PM -0700, Randy Dunlap wrote:
> 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>

Applied to libata/for-4.3.

Thanks.
diff mbox

Patch

--- 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.