Found by doing duplicate word scan. Signed-off-by: Stephen Hemminger <step...@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 3035b7a99925..967e27d35a49 100644 --- a/lib/distributor/rte_distributor.c +++ b/lib/distributor/rte_distributor.c @@ -575,7 +575,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.35.1