diff options
| author | Simon Glass <[email protected]> | 2020-05-22 16:32:36 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2020-06-04 18:10:02 -0400 |
| commit | b77df5980c3e24e34e0db3a52c5bce396a81c430 (patch) | |
| tree | 090908377862fc12d61d21c63a801fb44ace1563 /.checkpatch.conf | |
| parent | 048a648298b19ed1dc5566a408622ccb9eec286c (diff) | |
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 <[email protected]>
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 95f19635d35..ed0c2150ba8 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 |
