]> git.sur5r.net Git - openocd/commit
checkpatch.pl: check for openocd tree, not for kernel tree
authorAntony Pavlov <antonynpavlov@gmail.com>
Fri, 10 Oct 2014 04:13:46 +0000 (08:13 +0400)
committerSpencer Oliver <spen@spen-soft.co.uk>
Mon, 24 Nov 2014 22:23:14 +0000 (22:23 +0000)
commitc5d89883165e02ea4f318e3cb0ba40d1fb6f04d1
tree45c4f5edf08c7e8ea2b5f585cce8051377e96e4f
parentf16b7a6d7e4464692c7fcd8d39e150a09c270d1b
checkpatch.pl: 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.

Due to checkpatch checking modifications on itself, lift the
restriction on having no spaces at the start of a line for Perl
scripts. This can be readded back later.

Change-Id: I89b7ca976bef5e13785bd3a43e597c9feb4c2df4
Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com>
Reviewed-on: http://openocd.zylin.com/2339
Tested-by: jenkins
Reviewed-by: Spencer Oliver <spen@spen-soft.co.uk>
tools/scripts/checkpatch.pl