]> git.puffer.fish Git - matthieu/frr.git/commit
tools: allow // SPDX... in checkpatch.pl
authorDavid Lamparter <equinox@opensourcerouting.org>
Fri, 10 Feb 2023 09:47:36 +0000 (10:47 +0100)
committerDavid Lamparter <equinox@opensourcerouting.org>
Fri, 10 Feb 2023 09:56:07 +0000 (10:56 +0100)
commita45b2bf4a455187456b00f1c43b40f667823fef4
tree263f831785c56cc766c1eae51bddff52b2741a7f
parent0d60d63f942ffd426b66b3f9edcd5b6893f50df7
tools: allow // SPDX... in checkpatch.pl

Using // style comments for the SPDX license identifier was kind of an
intentional choice to make it stand out as "directive-like" comment (and
also to constrain it to the one line.)

Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
tools/checkpatch.pl