Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5c1ad8b3 authored by Randy Dunlap's avatar Randy Dunlap Committed by Jeff Garzik
Browse files

libata: fix kernel-doc param name



Fix libata kernel-doc parameter name.

Warning(linux-2.6.23-git13//drivers/ata/libata-core.c:1415): No description found for parameter 'sgl'

Signed-off-by: default avatarRandy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: default avatarJeff Garzik <jeff@garzik.org>
parent a9e82d3a
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -1392,7 +1392,7 @@ static void ata_qc_complete_internal(struct ata_queued_cmd *qc)
 *	@tf: Taskfile registers for the command and the result
 *	@tf: Taskfile registers for the command and the result
 *	@cdb: CDB for packet command
 *	@cdb: CDB for packet command
 *	@dma_dir: Data tranfer direction of the command
 *	@dma_dir: Data tranfer direction of the command
 *	@sg: sg list for the data buffer of the command
 *	@sgl: sg list for the data buffer of the command
 *	@n_elem: Number of sg entries
 *	@n_elem: Number of sg entries
 *	@timeout: Timeout in msecs (0 for default)
 *	@timeout: Timeout in msecs (0 for default)
 *
 *