Home
last modified time | relevance | path

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

/f-stack/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"
/f-stack/dpdk/doc/guides/contributing/
H A Dpatches.rst431 can be enabled by downloading the codespell dictionary::
433 …https://raw.githubusercontent.com/codespell-project/codespell/master/codespell_lib/data/dictionary…