Re: [PATCH] devtools: fix false positive from checkpatch

2024-09-17 Thread Thomas Monjalon
17/09/2024 17:45, Bruce Richardson: > On Tue, Sep 17, 2024 at 08:34:21AM -0700, Stephen Hemminger wrote: > > The codespell dictionary has "stdio" in its bad word list, > > but stdio.h is often used in DPDK code and creates bogus false > > postitives from checkpatch. > > > > Also add a check to the

Re: [PATCH] devtools: fix false positive from checkpatch

2024-09-17 Thread Bruce Richardson
On Tue, Sep 17, 2024 at 08:34:21AM -0700, Stephen Hemminger wrote: > The codespell dictionary has "stdio" in its bad word list, > but stdio.h is often used in DPDK code and creates bogus false > postitives from checkpatch. > > Also add a check to the parameters to build-dict.sh so it > gives usage

[PATCH] devtools: fix false positive from checkpatch

2024-09-17 Thread Stephen Hemminger
The codespell dictionary has "stdio" in its bad word list, but stdio.h is often used in DPDK code and creates bogus false postitives from checkpatch. Also add a check to the parameters to build-dict.sh so it gives usage error if parameter is missing or does not point to the codespell git clone. S