1
0
Fork 0

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

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>
Signed-off-by: Tejun Heo <tj@kernel.org>
hifive-unleashed-5.1
Randy Dunlap 2015-08-09 18:37:36 -07:00 committed by Tejun Heo
parent 5dbc247c2a
commit 38755e897e
1 changed files with 1 additions and 0 deletions

View File

@ -4754,6 +4754,7 @@ void swap_buf_le16(u16 *buf, unsigned int buf_words)
/**
* 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.