diff options
| author | 2019-04-11 17:15:35 +0200 | |
|---|---|---|
| committer | 2019-04-11 17:15:35 +0200 | |
| commit | 2b899390fdc8b8bdb95ce24269a799194b303388 (patch) | |
| tree | ee02a7ae5b0f94029c5594573ae4aa97944a2c0c /scripts/checkpatch.pl | |
| parent | iommu/vt-d: Switch to bitmap_zalloc() (diff) | |
| parent | iommu: Bind process address spaces to devices (diff) | |
Merge branch 'api-features' into x86/vt-d
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 5b756278df13..a09333fd7cef 100755 --- a/scripts/checkpatch.pl +++ b/scripts/checkpatch.pl @@ -5977,7 +5977,7 @@ sub process { while ($fmt =~ /(\%[\*\d\.]*p(\w))/g) { $specifier = $1; $extension = $2; - if ($extension !~ /[SsBKRraEhMmIiUDdgVCbGNOx]/) { + if ($extension !~ /[SsBKRraEhMmIiUDdgVCbGNOxt]/) { $bad_specifier = $specifier; last; } |
