Re: stdio is not a spelling error!

David Marchand <[email protected]> Fri, 31 Jul 2026 08:03:55 +0200
Newsgroups org.dpdk.dev
Message-ID <CAJFAV8w4T_rCyLVYPbQM=06xo=AwSoFk1f71+yJP7PZvtaPUUw@mail.gmail.com>
On Thu, 30 Jul 2026 at 20:39, Stephen Hemminger
<[email protected]> wrote:
>
> Is there a way to get stdio  into the allowed dictionary for codespell in CI.
>
> CI reports this (a lot), I fixed it locally by having a revised codespell dict.
>
> WARNING:TYPO_SPELLING: 'stdio' may be misspelled - perhaps 'studio'?
> #347: FILE: lib/capture/capture.c:13:
> +#include <stdio.h>
>            ^^^^^
>
> WARNING:TYPO_SPELLING: 'stdio' may be misspelled - perhaps 'studio'?
> #1610: FILE: lib/capture/filter.c:6:
> +#include <stdio.h>
>            ^^^^^

It seems dpdk.org dictionnary used by checkpatch was not generated
with devtools/build-dict.sh (that filters stdio).
I fixed it manually.


-- 
David Marchand