Skip to content

Commit

Permalink
libata: fix kernel-doc parameter warning
Browse files Browse the repository at this point in the history
Fix libata kernel-doc parameter:

Warning(linux-2.6.25-rc2-git3//drivers/ata/libata-scsi.c:845): No description found for parameter 'rq'

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
  • Loading branch information
Randy Dunlap authored and Jeff Garzik committed Feb 20, 2008
1 parent f1cb0ea commit 73fd8b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/ata/libata-scsi.c
Original file line number Diff line number Diff line change
Expand Up @@ -828,7 +828,7 @@ static void ata_scsi_sdev_config(struct scsi_device *sdev)

/**
* atapi_drain_needed - Check whether data transfer may overflow
* @request: request to be checked
* @rq: request to be checked
*
* ATAPI commands which transfer variable length data to host
* might overflow due to application error or hardare bug. This
Expand Down

0 comments on commit 73fd8b6

Please sign in to comment.