diff options
author | Jeff Garzik <jgarzik@pobox.com> | 2005-11-13 23:20:16 -0500 |
---|---|---|
committer | Jeff Garzik <jgarzik@pobox.com> | 2005-11-13 23:20:16 -0500 |
commit | 85d6162d6cea9220e483989817eac0cebc03070e (patch) | |
tree | 275f1594f1ab7a2e033c4df1af660f5695bcf060 /drivers/scsi/libata-core.c | |
parent | c9d39130123238ac18478a42e25cb7996eacfcc0 (diff) | |
parent | 4ba529a8a39e15688b6a3d31b11930d1f8a1edad (diff) | |
download | op-kernel-dev-85d6162d6cea9220e483989817eac0cebc03070e.zip op-kernel-dev-85d6162d6cea9220e483989817eac0cebc03070e.tar.gz |
Merge branch 'master'
Diffstat (limited to 'drivers/scsi/libata-core.c')
-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 e51d9a8..d81db3a 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) * @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. |