devtools: warn on C99-style comment
authorLance Richardson <lance.richardson@broadcom.com>
Sat, 15 Feb 2020 17:09:50 +0000 (12:09 -0500)
committerThomas Monjalon <thomas@monjalon.net>
Sat, 22 Feb 2020 19:49:38 +0000 (20:49 +0100)
commit7b6875ba6f37b32997d25e5e43ce62e99ca10597
tree1eb24f2de9bfbf860ccd2a86d90e02d1129e0ae7
parent08ab4769c2b868143536ea3d1807e9a25647fd9e
devtools: warn on C99-style comment

C99-style comments are not permitted according to DPDK coding
style guidelines, enable checking for these by checkpatch.pl.

Signed-off-by: Lance Richardson <lance.richardson@broadcom.com>
devtools/checkpatches.sh