diff options
-rwxr-xr-x | scripts/checkpatch.pl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/checkpatch.pl b/scripts/checkpatch.pl index 25476c29bb18..c7bf1aa2eeb3 100755 --- a/scripts/checkpatch.pl +++ b/scripts/checkpatch.pl | |||
@@ -5133,7 +5133,8 @@ sub process { | |||
5133 | }x; | 5133 | }x; |
5134 | my $all_barriers = qr{ | 5134 | my $all_barriers = qr{ |
5135 | (?:$barriers)| | 5135 | (?:$barriers)| |
5136 | smp_(?:$barrier_stems) | 5136 | smp_(?:$barrier_stems)| |
5137 | virt_(?:$barrier_stems) | ||
5137 | }x; | 5138 | }x; |
5138 | 5139 | ||
5139 | if ($line =~ /\b(?:$all_barriers)\s*\(/) { | 5140 | if ($line =~ /\b(?:$all_barriers)\s*\(/) { |