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 c41886b..ebbc3d4 100755 (executable)
@@ -56,6 +56,7 @@ series=""
 resend="no"
 GIT_FORMAT_PATCH_SUBJECT="PATCH"
 skip_compile=0
+CHECKPATCH_OPS="--strict"
 
 print_usage()
 {