aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/checkpatch.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/checkpatch.pl b/scripts/checkpatch.pl
index 3e2d9b0fe5a5..b1befa2cec26 100755
--- a/scripts/checkpatch.pl
+++ b/scripts/checkpatch.pl
@@ -2539,6 +2539,7 @@ sub process {
2539# Check for git id commit length and improperly formed commit descriptions 2539# Check for git id commit length and improperly formed commit descriptions
2540 if ($in_commit_log && !$commit_log_possible_stack_dump && 2540 if ($in_commit_log && !$commit_log_possible_stack_dump &&
2541 $line !~ /^\s*(?:Link|Patchwork|http|https|BugLink):/i && 2541 $line !~ /^\s*(?:Link|Patchwork|http|https|BugLink):/i &&
2542 $line !~ /^This reverts commit [0-9a-f]{7,40}/ &&
2542 ($line =~ /\bcommit\s+[0-9a-f]{5,}\b/i || 2543 ($line =~ /\bcommit\s+[0-9a-f]{5,}\b/i ||
2543 ($line =~ /(?:\s|^)[0-9a-f]{12,40}(?:[\s"'\(\[]|$)/i && 2544 ($line =~ /(?:\s|^)[0-9a-f]{12,40}(?:[\s"'\(\[]|$)/i &&
2544 $line !~ /[\<\[][0-9a-f]{12,40}[\>\]]/i && 2545 $line !~ /[\<\[][0-9a-f]{12,40}[\>\]]/i &&