diff options
Diffstat (limited to 'drivers')
-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 |