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

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

[PATCH] libata-core: fix current kernel-doc warnings



Fix all current kernel-doc warnings.

Signed-off-by: default avatarRandy Dunlap <rdunlap@xenotime.net>
Signed-off-by: default avatarJeff Garzik <jeff@garzik.org>
parent 63a25355
Loading
Loading
Loading
Loading
+6 −0
Original line number Original line Diff line number Diff line
@@ -864,6 +864,9 @@ static unsigned int ata_id_xfermask(const u16 *id)
/**
/**
 *	ata_port_queue_task - Queue port_task
 *	ata_port_queue_task - Queue port_task
 *	@ap: The ata_port to queue port_task for
 *	@ap: The ata_port to queue port_task for
 *	@fn: workqueue function to be scheduled
 *	@data: data value to pass to workqueue function
 *	@delay: delay time for workqueue function
 *
 *
 *	Schedule @fn(@data) for execution after @delay jiffies using
 *	Schedule @fn(@data) for execution after @delay jiffies using
 *	port_task.  There is one port_task per port and it's the
 *	port_task.  There is one port_task per port and it's the
@@ -2739,6 +2742,8 @@ static unsigned int ata_dev_set_xfermode(struct ata_port *ap,
 *	ata_dev_init_params - Issue INIT DEV PARAMS command
 *	ata_dev_init_params - Issue INIT DEV PARAMS command
 *	@ap: Port associated with device @dev
 *	@ap: Port associated with device @dev
 *	@dev: Device to which command will be sent
 *	@dev: Device to which command will be sent
 *	@heads: Number of heads (taskfile parameter)
 *	@sectors: Number of sectors (taskfile parameter)
 *
 *
 *	LOCKING:
 *	LOCKING:
 *	Kernel thread context (may sleep)
 *	Kernel thread context (may sleep)
@@ -4302,6 +4307,7 @@ int ata_device_resume(struct ata_port *ap, struct ata_device *dev)
 *	ata_device_suspend - prepare a device for suspend
 *	ata_device_suspend - prepare a device for suspend
 *	@ap: port the device is connected to
 *	@ap: port the device is connected to
 *	@dev: the device to suspend
 *	@dev: the device to suspend
 *	@state: target power management state
 *
 *
 *	Flush the cache on the drive, if appropriate, then issue a
 *	Flush the cache on the drive, if appropriate, then issue a
 *	standbynow command.
 *	standbynow command.