From: Mark Lord Date: Sat, 12 Nov 2005 23:55:45 +0000 (-0500) Subject: [PATCH] libata: fix comments on ata_tf_from_fis() X-Git-Tag: v2.6.15-rc2~211^2~1 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=e12a1be6e8fa47ae6cdc4127a1b4640e19c288eb;p=linux-2.6-omap-h63xx.git [PATCH] libata: fix comments on ata_tf_from_fis() Fix description on comments for ata_tf_from_fis(). Signed-off-by: Mark Lord Signed-off-by: Jeff Garzik --- diff --git a/drivers/scsi/libata-core.c b/drivers/scsi/libata-core.c index e51d9a8a279..d81db3a3d4b 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.