Re: [dpdk-dev] [PATCH] doc/guides: clean repeated words

2019-11-18 Thread Mcnamara, John
Good work. Thanks. John

Re: [dpdk-dev] [PATCH] doc/guides: clean repeated words

2019-11-15 Thread David Marchand
On Wed, Nov 13, 2019 at 11:47 AM Kevin Traynor wrote: > > On 12/11/2019 19:33, David Marchand wrote: > > Shoot repeated words in all our guides. Cc: sta...@dpdk.org > > > > Signed-off-by: David Marchand > > Can add 'Cc: sta...@dpdk.org' and whatever applies applies. > > Acked-by: Kevin Traynor

Re: [dpdk-dev] [PATCH] doc/guides: clean repeated words

2019-11-13 Thread Kevin Traynor
On 12/11/2019 19:33, David Marchand wrote: > Shoot repeated words in all our guides. > > Signed-off-by: David Marchand Can add 'Cc: sta...@dpdk.org' and whatever applies applies. Acked-by: Kevin Traynor > --- > doc/guides/contributing/coding_style.rst | 8 > doc/gu

Re: [dpdk-dev] [PATCH] doc/guides: clean repeated words

2019-11-13 Thread David Marchand
On 12/11/2019 20:33, David Marchand wrote: > Shoot repeated words in all our guides. > > Signed-off-by: David Marchand For anyone interested, I caught this with a patch I added to my checks: awk ' { if (prev_file != FILENAME) { prev="" prev_line=""

[dpdk-dev] [PATCH] doc/guides: clean repeated words

2019-11-12 Thread David Marchand
Shoot repeated words in all our guides. Signed-off-by: David Marchand --- doc/guides/contributing/coding_style.rst | 8 doc/guides/cryptodevs/zuc.rst | 2 +- doc/guides/linux_gsg/nic_perf_intel_platform.rst | 2 +- doc/guides/nics