[PATCH] ata: libata: Fix syntax errors in comments

From: Xiang wangx
Date: Sat Jun 04 2022 - 10:30:19 EST


Delete the redundant word 'in'.

Signed-off-by: Xiang wangx <wangxiang@xxxxxxxxxx>
---
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