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)
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>

No differences found