Re: [PATCH v2] checkpatch: fix can't check for too long invalid commit id

2020-05-03 Thread Markus Elfring
> it willn't warn anything about it due to 41+ length commit will never I suggest to reconsider also this wording. Alternatives: * will not * won't > This patch moves the unknown commit id check for normal commit description > to GIT_COMMIT_ID, and uses ERROR instead of WARN, because unknown

[PATCH v2] checkpatch: fix can't check for too long invalid commit id

2020-05-03 Thread Wang YanQing
The current UNKNOWN_COMMIT_ID doesn't check for 41+ length commit id, and although GIT_COMMIT_ID will check for 41+ length commit id, but it willn't warn anything about it due to 41+ length commit will never be defined. This patch moves the unknown commit id check for normal commit description to