diff options
author | Mark Lord <liml@rtr.ca> | 2005-11-12 18:55:45 -0500 |
---|---|---|
committer | Jeff Garzik <jgarzik@pobox.com> | 2005-11-13 16:19:26 -0500 |
commit | e12a1be6e8fa47ae6cdc4127a1b4640e19c288eb (patch) | |
tree | a92513a9fe7c3023961e537888a620cf7525c68d /drivers/scsi | |
parent | e9c05afa80ba9368ec5f78d493b17a8f836ef508 (diff) |
[PATCH] libata: fix comments on ata_tf_from_fis()
Fix description on comments for ata_tf_from_fis().
Signed-off-by: Mark Lord <mlord@pobox.com>
Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
Diffstat (limited to 'drivers/scsi')
-rw-r--r-- | drivers/scsi/libata-core.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/scsi/libata-core.c b/drivers/scsi/libata-core.c index e51d9a8a2796..d81db3a3d4b9 100644 --- a/drivers/scsi/libata-core.c +++ b/drivers/scsi/libata-core.c | |||
@@ -532,8 +532,7 @@ void ata_tf_to_fis(const struct ata_taskfile *tf, u8 *fis, u8 pmp) | |||
532 | * @fis: Buffer from which data will be input | 532 | * @fis: Buffer from which data will be input |
533 | * @tf: Taskfile to output | 533 | * @tf: Taskfile to output |
534 | * | 534 | * |
535 | * Converts a standard ATA taskfile to a Serial ATA | 535 | * Converts a serial ATA FIS structure to a standard ATA taskfile. |
536 | * FIS structure (Register - Host to Device). | ||
537 | * | 536 | * |
538 | * LOCKING: | 537 | * LOCKING: |
539 | * Inherited from caller. | 538 | * Inherited from caller. |