diff options
author | Shaomin Deng <dengshaomin@cdjrlc.com> | 2022-08-30 03:50:24 -0400 |
---|---|---|
committer | Damien Le Moal <damien.lemoal@opensource.wdc.com> | 2022-09-16 23:24:06 +0900 |
commit | 03070458d700242f1caf6ede4225a728145ccd77 (patch) | |
tree | daf93da3078eecb7a75ccbc079667d09177ae191 /drivers/ata | |
parent | 0b2436d3d25fe77573669a946aa26f3087918a75 (diff) |
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>
Diffstat (limited to 'drivers/ata')
-rw-r--r-- | drivers/ata/libata-sff.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ata/libata-sff.c b/drivers/ata/libata-sff.c index b1666adc1c3a..7916e369e15e 100644 --- a/drivers/ata/libata-sff.c +++ b/drivers/ata/libata-sff.c @@ -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. |