Re: [PATCH] checkpatch: Reduce git commit description style false positives

2016-05-27 Thread Joe Perches
On Fri, 2016-05-27 at 14:50 -0700, Andrew Morton wrote: > On Fri, 27 May 2016 14:20:42 -0700 Joe Perches > wrote: > > > > > Some lines in a commit log appear to be commit SHA1 ids like: > > > > ERROR: Please use git commit description style 'commit <12+ chars of > > sha1> ("")' - ie: 'commit 01

Re: [PATCH] checkpatch: Reduce git commit description style false positives

2016-05-27 Thread Andrew Morton
On Fri, 27 May 2016 14:20:42 -0700 Joe Perches wrote: > Some lines in a commit log appear to be commit SHA1 ids like: > > ERROR: Please use git commit description style 'commit <12+ chars of sha1> > ("")' - ie: 'commit 0123456789ab ("commit description")' > Link: > http://lkml.kernel.org/r/40e

[PATCH] checkpatch: Reduce git commit description style false positives

2016-05-27 Thread Joe Perches
Some lines in a commit log appear to be commit SHA1 ids like: ERROR: Please use git commit description style 'commit <12+ chars of sha1> ("")' - ie: 'commit 0123456789ab ("commit description")' Link: http://lkml.kernel.org/r/40e03fd7aaf1f55c75d787128d6d17c5a71226c2.1464358556.git.vdavy...@virtuo