Re: [RFC PATCH] checkpatch: Warn on patch subjects with "checkpatch"

2014-08-13 Thread Dan Carpenter
The subject will just get changed to "Coding style". regards, dan carpenter ___ devel mailing list de...@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

[RFC PATCH] checkpatch: Warn on patch subjects with "checkpatch"

2014-08-12 Thread Joe Perches
I think patch subject lines with "checkpatch" in them are almost never really useful. Maybe a new checkpatch test to see if a subject line is perhaps less than informational should be added. Something like: --- scripts/checkpatch.pl | 7 +++ 1 file changed, 7 insertions(+) diff --git a/scri