Searched hist:"235834 c4022973e26c0cf93abca31af0574d1ee3" (Results 1 – 1 of 1) sorted by relevance
| /optee_os/scripts/ |
| H A D | checkpatch_inc.sh | 235834c4022973e26c0cf93abca31af0574d1ee3 Sun Feb 28 20:48:17 UTC 2021 Vesa Jääskeläinen <vesa.jaaskelainen@vaisala.com> scripts: checkpatch_inc.sh: Add CHECKPATCH_OPT for optional arguments
Add new environment variable CHECKPATCH_OPT for configuring common optional arguments.
In example newer codespell has moved dictionary to new location.
This allows one to use:
export CHECKPATCH=<path to linux kernel source>/scripts/checkpatch.pl export CHECKPATCH_OPT=--codespellfile=/usr/lib/python3/dist-packages/codespell_lib/data/dictionary.txt
Signed-off-by: Vesa Jääskeläinen <vesa.jaaskelainen@vaisala.com> Acked-by: Jens Wiklander <jens.wiklander@linaro.org>
|