Re: [dpdk-dev] [PATCH v2] devtools: add git log checks for DCB, TOS and TTL

2019-02-24 Thread Thomas Monjalon
29/01/2019 14:55, Ferruh Yigit: > Add case check to DCB, TOS and TTL abbreviations. > > Signed-off-by: Ferruh Yigit Applied, thanks

[dpdk-dev] [PATCH v2] devtools: add git log checks for DCB, TOS and TTL

2019-01-29 Thread Ferruh Yigit
Add case check to DCB, TOS and TTL abbreviations. Signed-off-by: Ferruh Yigit --- v2: * fix typo, s/DBC/DCB/ --- devtools/check-git-log.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/devtools/check-git-log.sh b/devtools/check-git-log.sh index d1c12049e..a905afc32 100755 --- a/devtools