[dpdk-dev] [PATCH] devtools: add checkpatch spelling dictionary builder
Thomas Monjalon
thomas at monjalon.net
Thu Jul 30 23:49:02 CEST 2020
07/07/2020 10:54, Thomas Monjalon:
> The script checkpatch.pl (used in checkpatches.sh) can use a dictionary
> from the codespell project to check spelling.
> There are multiple dictionaries to be used.
>
> The script build-dict.sh concatenate multiple dictionaries and remove
> some annoying false positives.
>
> The dictionary built by this script must be saved in a file which
> is referenced with the environment variable DPDK_CHECKPATCH_CODESPELL.
> The easiest is to export this variable in ~/.config/dpdk/devel.config.
>
> Signed-off-by: Thomas Monjalon <thomas at monjalon.net>
Applied
More information about the dev
mailing list