]> Untitled Git - hvutilities.git/commitdiff
hvsp: add checkpatch strict option
authorHugo Villeneuve <hugo@hugovil.com>
Thu, 9 Nov 2023 19:33:42 +0000 (14:33 -0500)
committerHugo Villeneuve <hugo@hugovil.com>
Thu, 9 Nov 2023 19:33:42 +0000 (14:33 -0500)
scripts/kernel-send-patches.sh

index c41886bb92a1d8445ed55d21eea98e11bf5b5040..ebbc3d4f25c3598c38e5ea4d32b17892c79361a3 100755 (executable)
@@ -56,6 +56,7 @@ series=""
 resend="no"
 GIT_FORMAT_PATCH_SUBJECT="PATCH"
 skip_compile=0
+CHECKPATCH_OPS="--strict"
 
 print_usage()
 {