lkml.org 
[lkml]   [2017]   [Jan]   [28]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
SubjectRe: Checkpatch: Add another old address for the FSF
From
Date
On Sat, 2017-01-28 at 09:30 -0800, Matthew Wilcox wrote:
> 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.
[]
> diff --git a/scripts/checkpatch.pl b/scripts/checkpatch.pl
[]
> @@ -2695,6 +2695,7 @@ sub process {
>
> # Check for FSF mailing addresses.
> if ($rawline =~ /\bwrite to the Free/i ||
> + $rawline =~ /\b675\s+Mass\s+Ave/i ||
> $rawline =~ /\b59\s+Temple\s+Pl/i ||
> $rawline =~ /\b51\s+Franklin\s+St/i) {
> my $herevet = "$here\n" . cat_vet($rawline) . "\n";

Acked-by: Joe Perches <joe@perches.com>

\
 
 \ /
  Last update: 2017-01-28 19:37    [W:0.042 / U:0.136 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site