]> git.baikalelectronics.ru Git - kernel.git/commit
checkpatch: remove obsolete period from "ambiguous SHA1" query
authorSean Christopherson <sean.j.christopherson@intel.com>
Wed, 25 Sep 2019 23:46:49 +0000 (16:46 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 26 Sep 2019 00:51:39 +0000 (17:51 -0700)
commit68a2246ba19c5f344bc109b0434c8083625e55e1
treefb4279edb438e59a84e32524605f327ff929ba99
parent977952c15c2d47b5982817d645b290184879e633
checkpatch: remove obsolete period from "ambiguous SHA1" query

Git dropped the period from its "ambiguous SHA1" error message in commit
0c99171ad2 ("get_short_sha1: mark ambiguity error for translation"), circa
2016.  Drop the period from checkpatch's associated query so as to match
both the old and new error messages.

Link: http://lkml.kernel.org/r/20190830163103.15914-1-sean.j.christopherson@intel.com
Signed-off-by: Sean Christopherson <sean.j.christopherson@intel.com>
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