Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e12a1be6 authored by Mark Lord's avatar Mark Lord Committed by Jeff Garzik
Browse files

[PATCH] libata: fix comments on ata_tf_from_fis()



Fix description on comments for ata_tf_from_fis().

Signed-off-by: default avatarMark Lord <mlord@pobox.com>
Signed-off-by: default avatarJeff Garzik <jgarzik@pobox.com>
parent e9c05afa
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -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.