24/02/2020 13:02, Ferruh Yigit: > From: Sean Morrissey <[email protected]> > > Moved title syntax to a separate file so that it improves code > readability and allows easy addition. > > Also logic changed from checking for bad pattern to checking good > pattern which documents the expected syntax more clearly, and does not > have gaps in the checks. > > Signed-off-by: Sean Morrissey <[email protected]> > Signed-off-by: Ferruh Yigit <[email protected]> > --- > v2: > * renamed data file to words-case.txt and added to MAINTAINERS file > * Updated script > * as of now vdpa as file prefix is giving false positive
False positive can be avoided if filtering out what is before the first colon.

