|
From: <ge...@op...> - 2019-04-22 14:02:19
|
This is an automated email from Gerrit. Antonio Borneo (bor...@gm...) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/5128 -- gerrit commit 0f7fe6cbec149b3b7ab231d10a82e900044b52d6 Author: Paul Fertser <fer...@gm...> Date: Sun Apr 21 23:48:08 2019 +0200 [RFC] checkpatch: fix check for the FSF address Replace s/Linux/OpenOCD/ in the message about FSF addres. The line above incorrectly spells address on purpose. It will rise a warning with the new checkpatch and I want to check if jenkins rejects the patch for a warning. I will send a V2 immediately after the test. This is part of the old commit a9a5c17cf5e1 ("checkpatch: fix check for the FSF address"). Change-Id: I79b79769ef723f86690862277612ea8ab7855c07 Signed-off-by: Paul Fertser <fer...@gm...> Signed-off-by: Antonio Borneo <bor...@gm...> diff --git a/tools/scripts/checkpatch.pl b/tools/scripts/checkpatch.pl index f1be749..963d093 100755 --- a/tools/scripts/checkpatch.pl +++ b/tools/scripts/checkpatch.pl @@ -2916,7 +2916,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 -- |