[PATCH v4 09/19] remove repeated word 'worker'
Stephen Hemminger
stephen at networkplumber.org
Wed Feb 22 17:25:29 CET 2023
Found by doing duplicate word scan.
Signed-off-by: Stephen Hemminger <stephen at networkplumber.org>
---
lib/distributor/rte_distributor.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/distributor/rte_distributor.c b/lib/distributor/rte_distributor.c
index 3969b2ea7e8a..c1a721dd821d 100644
--- a/lib/distributor/rte_distributor.c
+++ b/lib/distributor/rte_distributor.c
@@ -576,7 +576,7 @@ rte_distributor_process(struct rte_distributor *d,
}
}
- /* Add to current worker worker */
+ /* Add to current worker */
unsigned int idx = bl->count++;
bl->tags[idx] = new_tag;
--
2.39.1
More information about the dev
mailing list