diff options
author | Simon Glass <sjg@chromium.org> | 2020-05-22 16:32:36 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-06-04 18:10:02 -0400 |
commit | b77df5980c3e24e34e0db3a52c5bce396a81c430 (patch) | |
tree | 090908377862fc12d61d21c63a801fb44ace1563 /.checkpatch.conf | |
parent | 048a648298b19ed1dc5566a408622ccb9eec286c (diff) | |
download | u-boot-b77df5980c3e24e34e0db3a52c5bce396a81c430.zip u-boot-b77df5980c3e24e34e0db3a52c5bce396a81c430.tar.gz u-boot-b77df5980c3e24e34e0db3a52c5bce396a81c430.tar.bz2 |
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>
Diffstat (limited to '.checkpatch.conf')
-rw-r--r-- | .checkpatch.conf | 3 |
1 files changed, 3 insertions, 0 deletions
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 |