aboutsummaryrefslogtreecommitdiff
path: root/doc/develop/index.rst
diff options
context:
space:
mode:
authorTom Rini2021-08-03 08:31:56 -0400
committerTom Rini2021-09-01 19:25:37 -0400
commite199fb35b4a04aa80c5623176c5925ab99bcd6c3 (patch)
tree068c71053df0f564ef69e9e18f5ed080cd558608 /doc/develop/index.rst
parenteaa6442e4f4883418f595127b5bb12355ca9817d (diff)
scripts/checkpatch.pl: Resync with v5.13
This resyncs us with the version found in v5.13 of the Linux kernel with the following exceptions: - Keep our u-boot specific tests / code area. - Change the location of checkpatch.rst (which we now import) - 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 And note that we now also include the spdxcheck.py tool that checkpatch.pl supports calling out to, and include upstream's checkpatch.rst in our develop section of the documentation. Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'doc/develop/index.rst')
-rw-r--r--doc/develop/index.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/develop/index.rst b/doc/develop/index.rst
index 83c929babda..a7e625562cc 100644
--- a/doc/develop/index.rst
+++ b/doc/develop/index.rst
@@ -54,5 +54,6 @@ Refactoring
.. toctree::
:maxdepth: 1
+ checkpatch
coccinelle
moveconfig