diff mbox series

ata: libata-sff: Fix double word in comments

Message ID 20220830075024.13917-1-dengshaomin@cdjrlc.com
State New
Headers show
Series ata: libata-sff: Fix double word in comments | expand

Commit Message

Shaomin Deng Aug. 30, 2022, 7:50 a.m. UTC
Remove the repeated word "Transfer" in comments.

Signed-off-by: Shaomin Deng <dengshaomin@cdjrlc.com>
---
 drivers/ata/libata-sff.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Damien Le Moal Sept. 16, 2022, 2:21 p.m. UTC | #1
On 2022/08/30 8:50, Shaomin Deng wrote:
> Remove the repeated word "Transfer" in comments.
> 
> Signed-off-by: Shaomin Deng <dengshaomin@cdjrlc.com>
> ---
>  drivers/ata/libata-sff.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> 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.

Applied to for-6.1. Thanks.
diff mbox series

Patch

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.