From c0a83c5d36444c5f8a5b1de418eda8a2f24a92df Mon Sep 17 00:00:00 2001 From: Brian Norris Date: Wed, 17 Sep 2014 17:08:00 -0700 Subject: [PATCH] aiaiai-test-patchset: document --checkpatch option commit 33c41203f0c9 ("aiaiai-test-patchset: make checkpatch optional like other checkers") added the --checkpatch, and disabled its functionality by default. The least we can do is document it! Signed-off-by: Brian Norris Signed-off-by: Jacob Keller --- aiaiai-test-patchset | 1 + 1 file changed, 1 insertion(+) diff --git a/aiaiai-test-patchset b/aiaiai-test-patchset index 6642061..b3ab3f5 100755 --- a/aiaiai-test-patchset +++ b/aiaiai-test-patchset @@ -87,6 +87,7 @@ Options: --smatch check with smatch while building; --cppcheck check with cppcheck while building; --coccinelle check with coccinelle (spatch) while building; + --checkpatch run scripts/checkpatch.pl, if found in the project; -Q --quick-fixes=F sometimes it is necessary to carry out-of-tree patches like quick build fixes and this option allows to pass an mbox file with quick fixes which will be applied -- 2.50.1