Re: [dpdk-dev] [PATCH] scripts: skip capitalization check for commit prefixes

2017-01-13 Thread Thomas Monjalon
2017-01-13 13:02, Bruce Richardson: > The prefix in the commit title must be a valid component name and is > checked in separate checks. For capitalization, just check the part after > the colon. This is already done for most capitalization checks, just make > the remainder consistent with this. >

[dpdk-dev] [PATCH] scripts: skip capitalization check for commit prefixes

2017-01-13 Thread Bruce Richardson
The prefix in the commit title must be a valid component name and is checked in separate checks. For capitalization, just check the part after the colon. This is already done for most capitalization checks, just make the remainder consistent with this. Signed-off-by: Bruce Richardson --- scripts