commit | c8f4d0947c33a30d33522b1d3ecbe88bc13230e5 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Fri May 22 16:32:36 2020 -0600 |
committer | Tom Rini <trini@konsulko.com> | Thu Jun 04 18:10:02 2020 -0400 |
tree | 090908377862fc12d61d21c63a801fb44ace1563 | |
parent | a33d982f89af649c3c55254c96d8c589312bb68d [diff] [blame] |
checkpatch.pl: Add a U-Boot option Add an option to indicate that U-Boot-specific checks should be enabled. Add a function to house the code that will be added. Signed-off-by: Simon Glass <sjg@chromium.org>
diff --git a/.checkpatch.conf b/.checkpatch.conf index 95f1963..ed0c215 100644 --- a/.checkpatch.conf +++ b/.checkpatch.conf
@@ -28,3 +28,6 @@ # A bit shorter of a description is OK with us. --min-conf-desc-length=2 + +# Extra checks for U-Boot +--u-boot