summaryrefslogtreecommitdiff
path: root/tools/patman/checkpatch.py
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2023-01-05 22:54:26 -0500
committerTom Rini <trini@konsulko.com>2023-01-05 22:54:26 -0500
commitb63905cfc610542ebb712e841ae474b06e056146 (patch)
tree8da4e3ae1228a1d8c4de3665121d47d5eebdfd4e /tools/patman/checkpatch.py
parenta95410696d21d38b629c61a09c100197c5fc533a (diff)
parent8c042fb7f9f475367804b26a892fd522ad8fcfcc (diff)
Merge tag 'dm-next-5jan23' of https://source.denx.de/u-boot/custodians/u-boot-dm into next
patman enhancements and fixes
Diffstat (limited to 'tools/patman/checkpatch.py')
-rw-r--r--tools/patman/checkpatch.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/patman/checkpatch.py b/tools/patman/checkpatch.py
index d1b902dd962..012c0d895cb 100644
--- a/tools/patman/checkpatch.py
+++ b/tools/patman/checkpatch.py
@@ -211,7 +211,7 @@ def check_patch(fname, verbose=False, show_types=False, use_tree=False):
stdout: Full output of checkpatch
"""
chk = find_check_patch()
- args = [chk]
+ args = [chk, '--u-boot', '--strict']
if not use_tree:
args.append('--no-tree')
if show_types: