[PATCH v4 04/19] remove repeated word 'same'
Stephen Hemminger
stephen at networkplumber.org
Wed Feb 22 17:25:24 CET 2023
The word 'same' is duplicated in comment.
Signed-off-by: Stephen Hemminger <stephen at networkplumber.org>
Acked-by: Liron Himi <lironh at marvell.com>
---
drivers/net/mvneta/mvneta_ethdev.c | 2 +-
drivers/net/mvpp2/mrvl_ethdev.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/net/mvneta/mvneta_ethdev.c b/drivers/net/mvneta/mvneta_ethdev.c
index c4355a3f64d4..d7953ac7cbac 100644
--- a/drivers/net/mvneta/mvneta_ethdev.c
+++ b/drivers/net/mvneta/mvneta_ethdev.c
@@ -345,7 +345,7 @@ mvneta_dev_start(struct rte_eth_dev *dev)
mvneta_stats_reset(dev);
/*
- * In case there are some some stale uc/mc mac addresses flush them
+ * In case there are some stale uc/mc mac addresses flush them
* here. It cannot be done during mvneta_dev_close() as port information
* is already gone at that point (due to neta_ppio_deinit() in
* mvneta_dev_stop()).
diff --git a/drivers/net/mvpp2/mrvl_ethdev.c b/drivers/net/mvpp2/mrvl_ethdev.c
index 8fd321128322..89c83f1c1f82 100644
--- a/drivers/net/mvpp2/mrvl_ethdev.c
+++ b/drivers/net/mvpp2/mrvl_ethdev.c
@@ -853,7 +853,7 @@ mrvl_dev_start(struct rte_eth_dev *dev)
}
/*
- * In case there are some some stale uc/mc mac addresses flush them
+ * In case there are some stale uc/mc mac addresses flush them
* here. It cannot be done during mrvl_dev_close() as port information
* is already gone at that point (due to pp2_ppio_deinit() in
* mrvl_dev_stop()).
--
2.39.1
More information about the dev
mailing list