aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorMatthew Wilcox <mawilcox@microsoft.com>2017-02-24 18:01:38 -0500
committerLinus Torvalds <torvalds@linux-foundation.org>2017-02-24 20:46:57 -0500
commit1bde561e471c964b57512008351ed75ead754b4b (patch)
tree0cff83b9db875e320309a777ad174b4d48be26b8 /scripts
parent758d7aada73e6d6b609a0e2ec9f627a64a968ef5 (diff)
checkpatch: add another old address for the FSF
We still have a lot of old addresses for the FSF in the kernel. willy@harry:~/kernel/idr$ git grep '675 Mass' |wc -l 1502 willy@harry:~/kernel/idr$ git grep '59 Temple' |wc -l 2825 willy@harry:~/kernel/idr$ git grep '51 Franklin' |wc -l 2020 Let's discourage adding the oldest one too. Link: http://lkml.kernel.org/r/20170128173052.GA23532@bombadil.infradead.org Signed-off-by: Matthew Wilcox <mawilcox@microsoft.com> Acked-by: Joe Perches <joe@perches.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/checkpatch.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/checkpatch.pl b/scripts/checkpatch.pl
index a556d1a2d85e..12db1483e6c2 100755
--- a/scripts/checkpatch.pl
+++ b/scripts/checkpatch.pl
@@ -2703,6 +2703,7 @@ sub process {
2703 2703
2704# Check for FSF mailing addresses. 2704# Check for FSF mailing addresses.
2705 if ($rawline =~ /\bwrite to the Free/i || 2705 if ($rawline =~ /\bwrite to the Free/i ||
2706 $rawline =~ /\b675\s+Mass\s+Ave/i ||
2706 $rawline =~ /\b59\s+Temple\s+Pl/i || 2707 $rawline =~ /\b59\s+Temple\s+Pl/i ||
2707 $rawline =~ /\b51\s+Franklin\s+St/i) { 2708 $rawline =~ /\b51\s+Franklin\s+St/i) {
2708 my $herevet = "$here\n" . cat_vet($rawline) . "\n"; 2709 my $herevet = "$here\n" . cat_vet($rawline) . "\n";