]> git.puffer.fish Git - matthieu/frr.git/commit
doc, tools: Remove ARRAY_SIZE check
authorDonald Sharp <sharpd@nvidia.com>
Thu, 15 Feb 2024 15:19:36 +0000 (10:19 -0500)
committerDonald Sharp <sharpd@nvidia.com>
Mon, 4 Mar 2024 16:03:46 +0000 (11:03 -0500)
commit852a74807fe1af51d69fd327156084b3e5d68fe4
tree3ba3eb52aefeb16308bf6f9ec0574581096be56b
parentc256a9a40a42d617ace08cfd7c7447e7cb705e38
doc, tools: Remove ARRAY_SIZE check

checkpatch.pl wants you to use ARRAY_SIZE in a kernel
header file.  We don't have access to this kernel header
file for normal compilation.  I'm just going to remove it.

Signed-off-by: Donald Sharp <sharpd@nvidia.com>
doc/developer/checkpatch.rst
tools/checkpatch.pl