checkpatch: fix for flag --no-tree
authorAntonio Borneo <borneo.antonio@gmail.com>
Tue, 20 Sep 2022 10:08:55 +0000 (12:08 +0200)
committerAntonio Borneo <borneo.antonio@gmail.com>
Fri, 23 Sep 2022 21:19:44 +0000 (21:19 +0000)
commitbb8d37ddf12a2ad76ede129b63522bfa2940d34e
tree4c8e864333fe7b6e7dd7eb3b44853593bc07e62f
parentb89cf71e2b5e4dc2c31cf085aec7a19515e2a9d6
checkpatch: fix for flag --no-tree

When checkpatch is run with command line flag --no-tree, it cannot
find local 'companion' files and has to skip loading them.

This has caused issues with change https://review.openocd.org/7211
on jenkins.

Skip loading 'tools/scripts/camelcase.txt' with flag --no-tree.
While there, rewrite the associated error message.

Change-Id: I6ede7b16f9ccd77b9118fd9be7ada07a1ac96952
Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
Reviewed-on: https://review.openocd.org/c/openocd/+/7212
Tested-by: jenkins
tools/scripts/checkpatch.pl