Re: [dpdk-dev] [PATCH] doc: remove repeated repeated words

2021-11-24 Thread David Marchand
On Fri, Nov 5, 2021 at 10:11 PM Thomas Monjalon wrote: > > The script devtools/check-dup-words.sh can detect some words > which are duplicated. Updated as: Some duplicate words were detected with a script. > > Fixes: fdec9301f52d ("doc: add flow classify guides") > Fixes: 4dc6d8e63c16 ("doc: add

Re: [dpdk-dev] [PATCH] doc: remove repeated repeated words

2021-11-24 Thread David Marchand
On Sat, Nov 6, 2021 at 6:54 PM Thomas Monjalon wrote: > > 06/11/2021 10:01, David Marchand: > > On Fri, Nov 5, 2021 at 10:11 PM Thomas Monjalon wrote: > > > --- a/doc/guides/prog_guide/flow_classify_lib.rst > > > +++ b/doc/guides/prog_guide/flow_classify_lib.rst > > > @@ -366,7 +366,7 @@ Packet M

Re: [dpdk-dev] [PATCH] doc: remove repeated repeated words

2021-11-06 Thread Thomas Monjalon
06/11/2021 10:01, David Marchand: > On Fri, Nov 5, 2021 at 10:11 PM Thomas Monjalon wrote: > > --- a/doc/guides/prog_guide/flow_classify_lib.rst > > +++ b/doc/guides/prog_guide/flow_classify_lib.rst > > @@ -366,7 +366,7 @@ Packet Matching > > ~~~ > > > > The ``rte_flow_classifier_que

Re: [dpdk-dev] [PATCH] doc: remove repeated repeated words

2021-11-06 Thread David Marchand
On Fri, Nov 5, 2021 at 10:11 PM Thomas Monjalon wrote: > > The script devtools/check-dup-words.sh can detect some words > which are duplicated. > Err, that's one of our private checks. Good to pass it every once in a while. But checkpatch.pl itself is supposed to do a similar job for new changes

Re: [dpdk-dev] [PATCH] doc: remove repeated repeated words

2021-11-05 Thread Thomas Monjalon
05/11/2021 22:10, Thomas Monjalon: > The script devtools/check-dup-words.sh can detect some words > which are duplicated. After double check, it seems this script is not in the repository, probably because of the false positives. I will change this sentence in the v2.

[dpdk-dev] [PATCH] doc: remove repeated repeated words

2021-11-05 Thread Thomas Monjalon
The script devtools/check-dup-words.sh can detect some words which are duplicated. Fixes: fdec9301f52d ("doc: add flow classify guides") Cc: bernard.iremon...@intel.com Fixes: 4dc6d8e63c16 ("doc: add graph library guide") Cc: jer...@marvell.com Fixes: 30d3aa861db5 ("doc: rework VM power manager us