X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=tools%2Fscripts%2Fcheckpatch.pl;fp=tools%2Fscripts%2Fcheckpatch.pl;h=10b0b8c257697a36d562e78cc2225b49db7c2f2e;hb=c8c9121e36856ebcade0a513cbaf1723070419f6;hp=dc01effb4349fa3ae0b8b4fab1e8b015f0914b2d;hpb=01cf43aab9176f76d46b515134e8a7f3dddd416f;p=fw%2Fopenocd diff --git a/tools/scripts/checkpatch.pl b/tools/scripts/checkpatch.pl index dc01effb4..10b0b8c25 100755 --- a/tools/scripts/checkpatch.pl +++ b/tools/scripts/checkpatch.pl @@ -78,7 +78,12 @@ my $codespell = 0; my $codespellfile = "/usr/share/codespell/dictionary.txt"; my $user_codespellfile = ""; my $conststructsfile = "$D/const_structs.checkpatch"; +if (!$OpenOCD) { my $docsfile = "$D/../Documentation/dev-tools/checkpatch.rst"; +} # !$OpenOCD +# OpenOCD Specific: Begin +my $docsfile = "$D/../../doc/checkpatch.rst"; +# OpenOCD Specific: End my $typedefsfile; my $color = "auto"; my $allow_c99_comments = 1; # Can be overridden by --ignore C99_COMMENT_TOLERANCE