projects
/
hvutilities.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5997724
)
hvsp: add checkpatch strict option
author
Hugo Villeneuve
<hugo@hugovil.com>
Thu, 9 Nov 2023 19:33:42 +0000
(14:33 -0500)
committer
Hugo Villeneuve
<hugo@hugovil.com>
Thu, 9 Nov 2023 19:33:42 +0000
(14:33 -0500)
scripts/kernel-send-patches.sh
patch
|
blob
|
history
diff --git
a/scripts/kernel-send-patches.sh
b/scripts/kernel-send-patches.sh
index
c41886b
..
ebbc3d4
100755
(executable)
--- 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()
{