Re: [dpdk-dev] [PATCH v2] devtools: check c99 comment use in checkpatches.sh

2020-02-22 Thread Thomas Monjalon
15/02/2020 18:09, Lance Richardson: > C99-style comments are not permitted according to DPDK coding > style guidelines, enable checking for these by checkpatch.pl. > > Signed-off-by: Lance Richardson Applied, thanks

[dpdk-dev] [PATCH v2] devtools: check c99 comment use in checkpatches.sh

2020-02-15 Thread Lance Richardson
C99-style comments are not permitted according to DPDK coding style guidelines, enable checking for these by checkpatch.pl. Signed-off-by: Lance Richardson --- v2: * Fixed a typo in commit message. devtools/checkpatches.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devt