]> git.puffer.fish Git - matthieu/frr.git/commit
tools: disable printf ext checks in checkpatch
authorDavid Lamparter <equinox@opensourcerouting.org>
Wed, 5 Jan 2022 18:51:19 +0000 (19:51 +0100)
committerDavid Lamparter <equinox@opensourcerouting.org>
Fri, 14 Jan 2022 08:18:25 +0000 (09:18 +0100)
commit176b254cb97c8d11e68d3ad8cce8f9e25d1d0189
tree3ce7bf85993e95da95541686c2ca138092b4694f
parenta8057c9db50b4f2d030bcbfd585c54000b7d205a
tools: disable printf ext checks in checkpatch

checkpatch.pl has a hardcoded list of printf extensions supported... by
the Linux kernel.  This happens to have covered the ones we have in FRR
so far, but `%pPA` isn't on the list and others may not be either.

Since we have the frr-format GCC plugin (and CI runs that on Debian 11)
we don't really need these checks in checkpatch.pl.

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