Home
last modified time | relevance | path

Searched refs:codespell (Results 1 – 2 of 2) sorted by relevance

/dpdk/devtools/
H A Dcheckpatches.sh17 codespell=${DPDK_CHECKPATCH_CODESPELL:-enable}
22 if [ "$codespell" = "enable" ] ; then
24 elif [ -f "$codespell" ] ; then
26 options="$options --codespellfile $codespell"
/dpdk/doc/guides/contributing/
H A Dpatches.rst435 by default if installed in ``/usr/share/codespell/dictionary.txt``.
440 from the multiple codespell dictionaries::
442 git clone https://github.com/codespell-project/codespell.git
443 devtools/build-dict.sh codespell/ > codespell-dpdk.txt