Skip to content

Commit

Permalink
[libata] libata-scsi.c: Add function parameter documentation
Browse files Browse the repository at this point in the history
Add the documentation of parameters of ata_change_queue_depth to silence the warning of make xmldocs

Signed-off-by: Marcos paulo de Souza <marcos.mage@gmail.com>
Acked-by: Randy Dunlap <rdunlap@xenotime.net>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
  • Loading branch information
Marcos Paulo de Souza authored and Jeff Garzik committed Nov 9, 2011
1 parent 1ea6b8f commit 6d2dd05
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions drivers/ata/libata-scsi.c
Original file line number Diff line number Diff line change
Expand Up @@ -1217,6 +1217,10 @@ void ata_scsi_slave_destroy(struct scsi_device *sdev)

/**
* __ata_change_queue_depth - helper for ata_scsi_change_queue_depth
* @ap: ATA port to which the device change the queue depth
* @sdev: SCSI device to configure queue depth for
* @queue_depth: new queue depth
* @reason: calling context
*
* libsas and libata have different approaches for associating a sdev to
* its ata_port.
Expand Down

0 comments on commit 6d2dd05

Please sign in to comment.