From: Shaomin Deng <dengshaomin@cdjrlc.com> Date: Tue, 30 Aug 2022 07:50:24 +0000 (-0400) Subject: ata: libata-sff: Fix double word in comments X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=03070458d700242f1caf6ede4225a728145ccd77;p=linux.git 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> --- diff --git a/drivers/ata/libata-sff.c b/drivers/ata/libata-sff.c index b1666adc1c3a3..7916e369e15e7 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.