[PATCH] libata: fix comments on ata_tf_from_fis()
authorMark Lord <[email protected]>
Sat, 12 Nov 2005 23:55:45 +0000 (18:55 -0500)
committerJeff Garzik <[email protected]>
Sun, 13 Nov 2005 21:19:26 +0000 (16:19 -0500)
Fix description on comments for ata_tf_from_fis().

Signed-off-by: Mark Lord <[email protected]>
Signed-off-by: Jeff Garzik <[email protected]>
drivers/scsi/libata-core.c

index e51d9a8a2796fc076eff174fcb16ebffd9e5ffe9..d81db3a3d4b9a82a916659574a20f35328329ab4 100644 (file)
@@ -532,8 +532,7 @@ void ata_tf_to_fis(const struct ata_taskfile *tf, u8 *fis, u8 pmp)
  *     @fis: Buffer from which data will be input
  *     @tf: Taskfile to output
  *
- *     Converts a standard ATA taskfile to a Serial ATA
- *     FIS structure (Register - Host to Device).
+ *     Converts a serial ATA FIS structure to a standard ATA taskfile.
  *
  *     LOCKING:
  *     Inherited from caller.