From 8ede99bde4936344728d7917b57e605ef58bd2b8 Mon Sep 17 00:00:00 2001 From: Hugo Villeneuve Date: Thu, 9 Nov 2023 14:33:42 -0500 Subject: [PATCH] hvsp: add checkpatch strict option --- scripts/kernel-send-patches.sh | 1 + 1 file changed, 1 insertion(+) 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() { -- 2.20.1