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

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

libata: fix libata-scsi kernel-doc notation



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: default avatarRandy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: default avatarJeff Garzik <jgarzik@redhat.com>
parent 2da67659
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -1637,6 +1637,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
 *
@@ -1954,7 +1955,7 @@ static unsigned int ata_msense_ctl_mode(u8 *buf)

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