checkpatch: try to avoid poor patch subject lines
authorJoe Perches <[email protected]>
Fri, 13 Feb 2015 22:39:02 +0000 (14:39 -0800)
committerLinus Torvalds <[email protected]>
Sat, 14 Feb 2015 05:21:40 +0000 (21:21 -0800)
commita2fe16b9d878a101b67678872e5cd1410c057ec0
tree393cd83ee3e7ff6a34f26ef40b55aa40cf701784
parent19c146a64c5e14c5dd910e930565edf74637a423
checkpatch: try to avoid poor patch subject lines

Naming the tool that found an issue in the subject line isn't very useful.
 Emit a warning when a common tool (currently checkpatch, sparse or
smatch) is in the subject line.

Signed-off-by: Joe Perches <[email protected]>
Suggested-by: Al Viro <[email protected]>
Acked-by: Dan Carpenter <[email protected]>
Acked-by: Greg Kroah-Hartman <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
scripts/checkpatch.pl