checkpatch: check for OpenOCD tree, not for kernel tree
authorAntony Pavlov <antonynpavlov@gmail.com>
Wed, 10 Apr 2019 12:53:56 +0000 (14:53 +0200)
committerAntonio Borneo <borneo.antonio@gmail.com>
Sun, 18 Sep 2022 08:18:37 +0000 (08:18 +0000)
commit20d4a58bd93aa17f8deb9ab6d310491f8fe9719b
tree1b7b835ba2f5489ae2d1fc4485708f2f18c75cb4
parentccdc51e2de9a5379e9aaa2ff15e0be3e73b265c1
checkpatch: check for OpenOCD tree, not for kernel tree

checkpatch.pl looks for Linux kernel specific paths and files
to check source tree. As openocd misses kernel files it ends
with this error message:

Must be run from the top-level dir. of a kernel tree

This patch also renames 'kernel' -> 'openocd'
in source tree-related messages.

This is the old commit c5d89883165e ("checkpatch.pl: check for
openocd tree, not for kernel tree") re-applied.
Also remove the flag "--no-tree" from .checkpatch.conf, not
required anymore.

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