From: Hugo Villeneuve Date: Thu, 9 Nov 2023 19:33:42 +0000 (-0500) Subject: hvsp: add checkpatch strict option X-Git-Url: http://gitweb.hugovil.com/?p=hvutilities.git;a=commitdiff_plain;h=8ede99bde4936344728d7917b57e605ef58bd2b8 hvsp: add checkpatch strict option --- diff --git a/scripts/kernel-send-patches.sh b/scripts/kernel-send-patches.sh index c41886b..ebbc3d4 100755 --- a/scripts/kernel-send-patches.sh +++ b/scripts/kernel-send-patches.sh @@ -56,6 +56,7 @@ series="" resend="no" GIT_FORMAT_PATCH_SUBJECT="PATCH" skip_compile=0 +CHECKPATCH_OPS="--strict" print_usage() {