]> git.baikalelectronics.ru Git - kernel.git/commit
checkpatch: remove false warning for commit reference
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Mon, 10 Jul 2017 22:52:16 +0000 (15:52 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 10 Jul 2017 23:32:35 +0000 (16:32 -0700)
commit257627f7da845648145e22257c710a87f7aae46a
tree69ce7aa533ad9457992f52ef8ad65687d7233c17
parent8d4b3d5b9ed2be88ebeee64d8535561f1fc1a7e4
checkpatch: remove false warning for commit reference

Checkpatch warns of an incorrect commit reference style for any
hexadecimal number of 12 digits and more.

Numbers of 12 digits are not necessarily commit ids.

For an example provoking the problem see
  https://patchwork.kernel.org/patch/9170897/

Checkpatch should only warn if the number refers to an existing commit.

Link: http://lkml.kernel.org/r/20170607184008.5869-1-xypron.glpk@gmx.de
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Acked-by: Joe Perches <joe@perches.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
scripts/checkpatch.pl