From b77df5980c3e24e34e0db3a52c5bce396a81c430 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Fri, 22 May 2020 16:32:36 -0600 Subject: 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 --- .checkpatch.conf | 3 +++ 1 file changed, 3 insertions(+) (limited to '.checkpatch.conf') 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 -- cgit v1.1