[dpdk-dev] [PATCH v2] scripts: add additional git log capitalization checks

2016-07-10 Thread Thomas Monjalon
2016-07-05 17:03, Bruce Richardson: > Add API, NUMA, HW, SW, FW and VMDq to list of words to capitalize properly. > Since VMDq is a bit unusual, add it as special case check so we can > print an error message giving the correct way to write it. > > Signed-off-by: Bruce Richadson Applied, thanks

[dpdk-dev] [PATCH v2] scripts: add additional git log capitalization checks

2016-07-05 Thread Bruce Richardson
Add API, NUMA, HW, SW, FW and VMDq to list of words to capitalize properly. Since VMDq is a bit unusual, add it as special case check so we can print an error message giving the correct way to write it. Signed-off-by: Bruce Richadson --- v2: add NUMA to list --- scripts/check-git-log.sh | 9 +++