Re: [dpdk-dev] [PATCH v2] doc: explain steps for improved code spell checking

2021-05-21 Thread Thomas Monjalon
21/05/2021 11:17, David Marchand: > On Fri, May 21, 2021 at 10:58 AM Thomas Monjalon wrote: > > > > The script build-dict.sh was added in DPDK 20.08. > > It generates a better dictionary for spell checking > > done via checkpatch. > > > > Signed-off-by: Thomas Monjalon > > Reviewed-by: David Mar

Re: [dpdk-dev] [PATCH v2] doc: explain steps for improved code spell checking

2021-05-21 Thread David Marchand
On Fri, May 21, 2021 at 10:58 AM Thomas Monjalon wrote: > > The script build-dict.sh was added in DPDK 20.08. > It generates a better dictionary for spell checking > done via checkpatch. > > Signed-off-by: Thomas Monjalon Reviewed-by: David Marchand -- David Marchand

[dpdk-dev] [PATCH v2] doc: explain steps for improved code spell checking

2021-05-21 Thread Thomas Monjalon
The script build-dict.sh was added in DPDK 20.08. It generates a better dictionary for spell checking done via checkpatch. Signed-off-by: Thomas Monjalon --- v2: explain the default --- doc/guides/contributing/patches.rst | 15 +-- 1 file changed, 9 insertions(+), 6 deletions(-) dif