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

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

libata: fix kernel-doc warnings



Fix libata kernel-doc warnings:

Warning(linux-next-20090120//drivers/ata/libata-core.c:4720): Excess function parameter 'dev' description in 'ata_qc_new'
Warning(linux-next-20090120//drivers/ata/libata-scsi.c:428): No description found for parameter 'ap'

Signed-off-by: default avatarRandy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: default avatarJeff Garzik <jgarzik@redhat.com>
parent f3d7f23f
Loading
Loading
Loading
Loading
+1 −2
Original line number Original line Diff line number Diff line
@@ -4709,8 +4709,7 @@ void swap_buf_le16(u16 *buf, unsigned int buf_words)


/**
/**
 *	ata_qc_new - Request an available ATA command, for queueing
 *	ata_qc_new - Request an available ATA command, for queueing
 *	@ap: Port associated with device @dev
 *	@ap: target port
 *	@dev: Device from whom we request an available command structure
 *
 *
 *	LOCKING:
 *	LOCKING:
 *	None.
 *	None.
+1 −0
Original line number Original line Diff line number Diff line
@@ -415,6 +415,7 @@ int ata_std_bios_param(struct scsi_device *sdev, struct block_device *bdev,


/**
/**
 *	ata_get_identity - Handler for HDIO_GET_IDENTITY ioctl
 *	ata_get_identity - Handler for HDIO_GET_IDENTITY ioctl
 *	@ap: target port
 *	@sdev: SCSI device to get identify data for
 *	@sdev: SCSI device to get identify data for
 *	@arg: User buffer area for identify data
 *	@arg: User buffer area for identify data
 *
 *