From: Maxim Cournoyer Date: Fri, 13 Jan 2023 13:50:49 +0000 (-0500) Subject: Revert "patman: invoke the checkpatch.pl script with '--u-boot' and '--strict'" X-Git-Url: http://git.dujemihanovic.xyz/?a=commitdiff_plain;h=da413b56356c0c95c10ecb8e73ec31d160c7024a;p=u-boot.git Revert "patman: invoke the checkpatch.pl script with '--u-boot' and '--strict'" This reverts commit 648d8186dd7f9c444fb07f355090d275dcdd4de4, because it broke usage of patman on Linux, whose check script doesn't know about '--strict' or '--u-boot'. Reported-by: Sjoerd Simons Signed-off-by: Maxim Cournoyer Reviewed-by: Simon Glass Tested-by: Sjoerd Simons --- diff --git a/tools/patman/checkpatch.py b/tools/patman/checkpatch.py index 012c0d895c..d1b902dd96 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, '--u-boot', '--strict'] + args = [chk] if not use_tree: args.append('--no-tree') if show_types: