Searched refs:codespell (Results 1 – 2 of 2) sorted by relevance
17 codespell=${DPDK_CHECKPATCH_CODESPELL:-enable}22 if [ "$codespell" = "enable" ] ; then24 elif [ -f "$codespell" ] ; then26 options="$options --codespellfile $codespell"
435 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.git443 devtools/build-dict.sh codespell/ > codespell-dpdk.txt