diff options
Diffstat (limited to 'scripts/checkpatch.pl')
-rwxr-xr-x | scripts/checkpatch.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/checkpatch.pl b/scripts/checkpatch.pl index 7c17e95bf36f..a305aa52b8b1 100755 --- a/scripts/checkpatch.pl +++ b/scripts/checkpatch.pl | |||
@@ -1109,7 +1109,7 @@ sub process { | |||
1109 | # is the start of a diff block and this line starts | 1109 | # is the start of a diff block and this line starts |
1110 | # ' *' then it is very likely a comment. | 1110 | # ' *' then it is very likely a comment. |
1111 | if (!defined $edge && | 1111 | if (!defined $edge && |
1112 | $rawlines[$linenr] =~ m@^.\s* \*(?:\s|$)@) | 1112 | $rawlines[$linenr] =~ m@^.\s*(?:\*\*+| \*)(?:\s|$)@) |
1113 | { | 1113 | { |
1114 | $in_comment = 1; | 1114 | $in_comment = 1; |
1115 | } | 1115 | } |