public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH 1/2] Revert "patman: invoke the checkpatch.pl script with '--u-boot' and '--strict'"
@ 2023-01-13 13:50 Maxim Cournoyer
  2023-01-13 13:50 ` [PATCH 2/2] patman: symlink top level .checkpatch.conf Maxim Cournoyer
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Maxim Cournoyer @ 2023-01-13 13:50 UTC (permalink / raw)
  To: U-Boot Mailing List; +Cc: sjoerd, Maxim Cournoyer, Simon Glass

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 <sjoerd@collabora.com>
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@savoirfairelinux.com>
---

 tools/patman/checkpatch.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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:

base-commit: 87c9e117bf57d6bb42c5521a3f6ec9ca7d97e5fa
-- 
2.38.1


^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2023-01-19 16:21 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-13 13:50 [PATCH 1/2] Revert "patman: invoke the checkpatch.pl script with '--u-boot' and '--strict'" Maxim Cournoyer
2023-01-13 13:50 ` [PATCH 2/2] patman: symlink top level .checkpatch.conf Maxim Cournoyer
2023-01-13 18:00   ` Simon Glass
2023-01-19  2:11     ` Simon Glass
2023-01-13 18:00 ` [PATCH 1/2] Revert "patman: invoke the checkpatch.pl script with '--u-boot' and '--strict'" Simon Glass
2023-01-16  9:19 ` Sjoerd Simons
2023-01-19  2:11   ` Simon Glass
2023-01-19 10:24     ` Marcel Ziswiler
2023-01-19 16:19       ` Simon Glass

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox