From: Paul Fertser Date: Sun, 21 Apr 2019 21:48:08 +0000 (+0200) Subject: checkpatch: fix check for the FSF address X-Git-Tag: v0.12.0-rc1~11 X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=commitdiff_plain;h=refs%2Fchanges%2F28%2F5128%2F9;hp=772d8b42b65e4a1eb381d441219bc5c589ae6373 checkpatch: fix check for the FSF address Replace s/Linux/OpenOCD/ in the message about FSF address. This is part of the old commit a9a5c17cf5e1 ("checkpatch: fix check for the FSF address"). Change-Id: I79b79769ef723f86690862277612ea8ab7855c07 Signed-off-by: Paul Fertser Signed-off-by: Antonio Borneo Reviewed-on: https://review.openocd.org/c/openocd/+/5128 Tested-by: jenkins --- diff --git a/tools/scripts/checkpatch.pl b/tools/scripts/checkpatch.pl index 6f877c379e..9ef94ff43d 100755 --- a/tools/scripts/checkpatch.pl +++ b/tools/scripts/checkpatch.pl @@ -3516,7 +3516,7 @@ sub process { my $msg_level = \&ERROR; $msg_level = \&CHK if ($file); &{$msg_level}("FSF_MAILING_ADDRESS", - "Do not include the paragraph about writing to the Free Software Foundation's mailing address from the sample GPL notice. The FSF has changed addresses in the past, and may do so again. Linux already includes a copy of the GPL.\n" . $herevet) + "Do not include the paragraph about writing to the Free Software Foundation's mailing address from the sample GPL notice. The FSF has changed addresses in the past, and may do so again. OpenOCD already includes a copy of the GPL.\n" . $herevet) } # check for Kconfig help text having a real description