diff options
author | Jeff Garzik <jgarzik@pretzel.yyz.us> | 2005-06-22 13:10:49 -0400 |
---|---|---|
committer | Jeff Garzik <jgarzik@pobox.com> | 2005-06-22 13:10:49 -0400 |
commit | 80bd6d7f5e0d872a0f5a151473d2a39d95d210a8 (patch) | |
tree | b3a36048d6b7de88f7e906624ecb4b98816bb736 /drivers/scsi/libata-scsi.c | |
parent | 949d33e70f2c3e93bfe5265a50e40175b1ab1ec1 (diff) | |
parent | 2a5a68b840cbab31baab2d9b2e1e6de3b289ae1e (diff) |
Merge /spare/repo/linux-2.6/
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. |