All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ata: libata: Fix syntax errors in comments
@ 2022-06-04 14:29 Xiang wangx
  2022-06-08  6:46 ` Damien Le Moal
  0 siblings, 1 reply; 2+ messages in thread
From: Xiang wangx @ 2022-06-04 14:29 UTC (permalink / raw)
  To: damien.lemoal; +Cc: linux-ide, linux-kernel, Xiang wangx

Delete the redundant word 'in'.

Signed-off-by: Xiang wangx <wangxiang@cdjrlc.com>
---
 drivers/ata/libata-transport.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/ata/libata-transport.c b/drivers/ata/libata-transport.c
index ca129854a88c..3a71107169ae 100644
--- a/drivers/ata/libata-transport.c
+++ b/drivers/ata/libata-transport.c
@@ -9,7 +9,7 @@
  * and various sysfs attributes to expose these topologies and management
  * interfaces to user-space.
  *
- * There are 3 objects defined in in this class:
+ * There are 3 objects defined in this class:
  * - ata_port
  * - ata_link
  * - ata_device
-- 
2.36.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] ata: libata: Fix syntax errors in comments
  2022-06-04 14:29 [PATCH] ata: libata: Fix syntax errors in comments Xiang wangx
@ 2022-06-08  6:46 ` Damien Le Moal
  0 siblings, 0 replies; 2+ messages in thread
From: Damien Le Moal @ 2022-06-08  6:46 UTC (permalink / raw)
  To: Xiang wangx; +Cc: linux-ide

On 6/4/22 23:29, Xiang wangx wrote:
> Delete the redundant word 'in'.
> 
> Signed-off-by: Xiang wangx <wangxiang@cdjrlc.com>
> ---
>  drivers/ata/libata-transport.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/ata/libata-transport.c b/drivers/ata/libata-transport.c
> index ca129854a88c..3a71107169ae 100644
> --- a/drivers/ata/libata-transport.c
> +++ b/drivers/ata/libata-transport.c
> @@ -9,7 +9,7 @@
>   * and various sysfs attributes to expose these topologies and management
>   * interfaces to user-space.
>   *
> - * There are 3 objects defined in in this class:
> + * There are 3 objects defined in this class:
>   * - ata_port
>   * - ata_link
>   * - ata_device

Applied to for-5.20. Thanks !

-- 
Damien Le Moal
Western Digital Research

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-06-08  7:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-04 14:29 [PATCH] ata: libata: Fix syntax errors in comments Xiang wangx
2022-06-08  6:46 ` Damien Le Moal

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.