* Checkpatch: Add another old address for the FSF
@ 2017-01-28 17:30 Matthew Wilcox
2017-01-28 18:36 ` Joe Perches
0 siblings, 1 reply; 2+ messages in thread
From: Matthew Wilcox @ 2017-01-28 17:30 UTC (permalink / raw)
To: Andy Whitcroft, Joe Perches; +Cc: linux-kernel
From: Matthew Wilcox <mawilcox@microsoft.com>
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.
Signed-off-by: Matthew Wilcox <mawilcox@microsoft.com>
diff --git a/scripts/checkpatch.pl b/scripts/checkpatch.pl
index 982c52ca6473..6163a51f31e5 100755
--- 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";
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: Checkpatch: Add another old address for the FSF
2017-01-28 17:30 Checkpatch: Add another old address for the FSF Matthew Wilcox
@ 2017-01-28 18:36 ` Joe Perches
0 siblings, 0 replies; 2+ messages in thread
From: Joe Perches @ 2017-01-28 18:36 UTC (permalink / raw)
To: Matthew Wilcox, Andy Whitcroft, Andrew Morton; +Cc: linux-kernel
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>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-01-28 18:36 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-28 17:30 Checkpatch: Add another old address for the FSF Matthew Wilcox
2017-01-28 18:36 ` Joe Perches
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox