diff options
Diffstat (limited to 'drivers/scsi/libata-scsi.c')
-rw-r--r-- | drivers/scsi/libata-scsi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/libata-scsi.c b/drivers/scsi/libata-scsi.c index 072b6e5b139e..cdc0a10a606c 100644 --- a/drivers/scsi/libata-scsi.c +++ b/drivers/scsi/libata-scsi.c | |||
@@ -1249,7 +1249,7 @@ unsigned int ata_scsiop_inq_83(struct ata_scsi_args *args, u8 *rbuf, | |||
1249 | } | 1249 | } |
1250 | 1250 | ||
1251 | /** | 1251 | /** |
1252 | * ata_scsiop_noop - | 1252 | * ata_scsiop_noop - Command handler that simply returns success. |
1253 | * @args: device IDENTIFY data / SCSI command of interest. | 1253 | * @args: device IDENTIFY data / SCSI command of interest. |
1254 | * @rbuf: Response buffer, to which simulated SCSI cmd output is sent. | 1254 | * @rbuf: Response buffer, to which simulated SCSI cmd output is sent. |
1255 | * @buflen: Response buffer length. | 1255 | * @buflen: Response buffer length. |