checkpatch: add another old address for the FSF
authorMatthew Wilcox <[email protected]>
Fri, 24 Feb 2017 23:01:38 +0000 (15:01 -0800)
committerLinus Torvalds <[email protected]>
Sat, 25 Feb 2017 01:46:57 +0000 (17:46 -0800)
commit1bde561e471c964b57512008351ed75ead754b4b
tree0cff83b9db875e320309a777ad174b4d48be26b8
parent758d7aada73e6d6b609a0e2ec9f627a64a968ef5
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/[email protected]
Signed-off-by: Matthew Wilcox <[email protected]>
Acked-by: Joe Perches <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
scripts/checkpatch.pl