]> git.sur5r.net Git - openocd/commit
checkpatch: fix check for the FSF address
authorPaul Fertser <fercerpav@gmail.com>
Thu, 27 Nov 2014 07:54:07 +0000 (10:54 +0300)
committerAndreas Fritiofson <andreas.fritiofson@gmail.com>
Thu, 8 Jan 2015 23:05:24 +0000 (23:05 +0000)
commita9a5c17cf5e1f55310aa218f178997f090304172
treee876606cc67c7065a132e62e68095ddf18b0018d
parent1e23496f6e5eb495001a7581407719fcd511e9ac
checkpatch: fix check for the FSF address

Commit 4525c0a4c4d0aaa199c37a6d2245617e8445f213 cherry-picked check
for the FSF address presence from upstream. However, it has a typo
resulting in this obscure error when triggered:

Use of uninitialized value in concatenation (.) or string at /home/jenkins/.jenkins/jobs/openocd-gerrit/workspace/tools/scripts/checkpatch.pl line 1258.
ERROR:

This patch fixes it.

Change-Id: Ia417ef4782d21c8b3f1d39de88c4ab850a5a6630
Signed-off-by: Paul Fertser <fercerpav@gmail.com>
Reviewed-on: http://openocd.zylin.com/2414
Tested-by: jenkins
Reviewed-by: Andreas Fritiofson <andreas.fritiofson@gmail.com>
tools/scripts/checkpatch.pl