diff options
author | Randy Dunlap <randy.dunlap@oracle.com> | 2008-02-19 16:43:21 -0500 |
---|---|---|
committer | Jeff Garzik <jeff@garzik.org> | 2008-02-20 12:20:49 -0500 |
commit | 73fd8b6d310196ae878767200786503fcff57bd5 (patch) | |
tree | 643c3c2471d9741f8923f72064c51df8bad013f7 /drivers/ata/libata-scsi.c | |
parent | f1cb0ea12fee23018ad1865bf789cbd463f13747 (diff) |
libata: fix kernel-doc parameter warning
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>
Diffstat (limited to 'drivers/ata/libata-scsi.c')
-rw-r--r-- | drivers/ata/libata-scsi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ata/libata-scsi.c b/drivers/ata/libata-scsi.c index dd41b1a1b304..f888babc8283 100644 --- a/drivers/ata/libata-scsi.c +++ b/drivers/ata/libata-scsi.c | |||
@@ -828,7 +828,7 @@ static void ata_scsi_sdev_config(struct scsi_device *sdev) | |||
828 | 828 | ||
829 | /** | 829 | /** |
830 | * atapi_drain_needed - Check whether data transfer may overflow | 830 | * atapi_drain_needed - Check whether data transfer may overflow |
831 | * @request: request to be checked | 831 | * @rq: request to be checked |
832 | * | 832 | * |
833 | * ATAPI commands which transfer variable length data to host | 833 | * ATAPI commands which transfer variable length data to host |
834 | * might overflow due to application error or hardare bug. This | 834 | * might overflow due to application error or hardare bug. This |