]> git.puffer.fish Git - matthieu/frr.git/commit
tools: ignore FSF warning, fn macros in checkpatch
authorQuentin Young <qlyoung@cumulusnetworks.com>
Fri, 23 Feb 2018 15:11:19 +0000 (10:11 -0500)
committerQuentin Young <qlyoung@cumulusnetworks.com>
Fri, 23 Feb 2018 15:25:30 +0000 (10:25 -0500)
commit6f3835891a217af960c73366f6b635f65b256901
tree0f379687a69b2999f32db88fc931ff6d4341998c
parent86d488ce66e0b3affb4aec48f10ad5152a861f49
tools: ignore FSF warning, fn macros in checkpatch

* Unlike Linux we do require the GPL file header
* When checking for spaces between function names and parentheses,
  ignore all-uppercase function names as these are likely to be macros,
  and function-like macros may have that space

Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
tools/checkpatch.pl