ata: libata-sff: Fix double word in comments

Remove the repeated word "Transfer" in comments.

Signed-off-by: Shaomin Deng <dengshaomin@cdjrlc.com>
Signed-off-by: Damien Le Moal <damien.lemoal@opensource.wdc.com>
This commit is contained in:
Shaomin Deng 2022-08-30 03:50:24 -04:00 committed by Damien Le Moal
parent 0b2436d3d2
commit 03070458d7
1 changed files with 1 additions and 1 deletions

View File

@ -776,7 +776,7 @@ static void atapi_send_cdb(struct ata_port *ap, struct ata_queued_cmd *qc)
* @qc: Command on going
* @bytes: number of bytes
*
* Transfer Transfer data from/to the ATAPI device.
* Transfer data from/to the ATAPI device.
*
* LOCKING:
* Inherited from caller.