From: Joe Perches Date: Fri, 29 Aug 2014 22:18:26 +0000 (-0700) Subject: checkpatch: relax check for length of git commit IDs X-Git-Tag: fix-v3.17-io-chain-v3~10^2~21 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3f6316b4378e64e96acfe55b499648dc0e6b9603;p=pandora-kernel.git checkpatch: relax check for length of git commit IDs Checkpatch currently warns if a git commit ID (in the changelog, usually) is less than 12 characters or more than 16. The "more than 16" is excessive. Change the check so we accept IDs from 12 to 40 chars in length. Cc: Geert Uytterhoeven Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed