]> git.dujemihanovic.xyz Git - u-boot.git/commit
scripts/checkpatch.pl: Resync with v5.16
authorSimon Glass <sjg@chromium.org>
Sun, 23 Jan 2022 19:55:11 +0000 (12:55 -0700)
committerTom Rini <trini@konsulko.com>
Thu, 3 Feb 2022 17:16:00 +0000 (12:16 -0500)
commit587254ebcf05fa76b6a957ffa72db053177836cf
tree22df40e9c6e9b3785c6240c6bdce00c15e66f176
parent68f08966b0d07b5d9cd1abc8e14809a56e08e814
scripts/checkpatch.pl: Resync with v5.16

This resyncs us with the version found in v5.16 of the Linux kernel with
the following exceptions:
- Keep our u-boot specific tests / code area.
- Change the location of checkpatch.rst
- Drop the "use strscpy" test as we don't have that, but do have strlcpy
  and want that used now.
- Keep debug/printf in the list for $logFunctions

This also syncs the spdxcheck.py tool and all the associated
documentation.
S
Signed-off-by: Simon Glass <sjg@chromium.org>
doc/develop/checkpatch.rst
scripts/checkpatch.pl
scripts/spdxcheck.py