]> Untitled Git - hvutilities.git/commitdiff
hvsp: change checkpatch options to simplify output reporting
authorHugo Villeneuve <hugo@hugovil.com>
Mon, 23 Mar 2026 18:00:13 +0000 (14:00 -0400)
committerHugo Villeneuve <hugo@hugovil.com>
Mon, 23 Mar 2026 18:31:16 +0000 (14:31 -0400)
Signed-off-by: Hugo Villeneuve <hugo@hugovil.com>
scripts/kernel-send-patches.sh

index b4feeca395c347a1a72692bb89f18977dfabab20..a65322d5ec1b2e66a9efc16d91e164dbe078b49f 100755 (executable)
@@ -58,7 +58,14 @@ resend="no"
 GIT_FORMAT_PATCH_SUBJECT="PATCH"
 GIT_FORMAT_PATCH_OPTS="--histogram"
 skip_compile=0
-CHECKPATCH_OPS="--strict"
+
+# Checkpatch options:
+# --no-summary  suppress the per-file summary
+# --mailback    only produce a report in case of warnings/errors
+# --showfile    emit diffed file position, not input file position
+# --strict      enable more subjective tests
+# --terse       one line per report
+CHECKPATCH_OPS="--quiet --strict --terse --no-summary --mailback --showfile"
 
 print_usage()
 {