Re: [dpdk-dev] [PATCH] devtools: fix letter case check in commit title

2021-10-22 Thread Thomas Monjalon
18/10/2021 11:55, Thomas Monjalon: > The prefix (before the colon) of the title is lowercase. > The check of uppercase/lowercase in the commit title > was supposed to apply after the colon, > but some greps were not limited to the exact word. > So in the case of "test/dma: add basic dmadev instance

[dpdk-dev] [PATCH] devtools: fix letter case check in commit title

2021-10-18 Thread Thomas Monjalon
The prefix (before the colon) of the title is lowercase. The check of uppercase/lowercase in the commit title was supposed to apply after the colon, but some greps were not limited to the exact word. So in the case of "test/dma: add basic dmadev instance tests", the lowercase word "dmadev" was wron