summaryrefslogtreecommitdiffstats
path: root/scripts/checkpatch.pl
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2019-04-01 07:34:09 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2019-04-01 07:34:09 +0200
commit62fa78436e1beb17210df25b38c347ccb44b396b (patch)
tree9ebfa63bf46296150d11708fdabd2abbfb163fa5 /scripts/checkpatch.pl
parentae21f41e1f569b51e69d8822005d72ed5b8c2e7f (diff)
parent79a3aaa7b82e3106be97842dedfd8429248896e6 (diff)
downloadcachepc-linux-62fa78436e1beb17210df25b38c347ccb44b396b.tar.gz
cachepc-linux-62fa78436e1beb17210df25b38c347ccb44b396b.zip
Merge 5.1-rc3 into char-misc-next
We want the char-misc fixes in here as well. Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'scripts/checkpatch.pl')
-rwxr-xr-xscripts/checkpatch.pl2
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;
}